22385 comments found.
Hi AJ,
I really would appreciate some help here.
I don’t know what I messed up, but I just need the borders on the header and footer to come up with the color #e4e4e4 across all the pages.
I have this in my child theme’s style.css:
/* Homepage Header Styling without page title */ page-id-839 #site-header { border-top: 1px solid #e4e4e4 !important;}
.navbar-style-three {border-top: none !important;}
.footer-widget {padding-bottom: 0px;padding-top:15px;border-top: 1px solid #E4E4E4 !important;}
I cleared the cache, and checked it across 3 different browsers (Firefox, Chrome, Safari) but still see no change. Not sure what is going on, but maybe it’s just on my side or something.
The site is http://bit.ly/2Beek2k
Thank you Neil
Hi Neil,
It seems correct to me: https://cl.ly/pM8k
I am attempting to show a different logo on desktop than mobile. I used the snippet found here: https://wpexplorer-themes.com/total/snippets/mobile-logo/ – however I can’t seem to get the mobile logo to hide on desktop, so I have 2 logos showing. I can’t figure out what I’m doing wrong. Could someone help?
This is the temp domain I’m working on – http://18e.ac4.myftpupload.com/ – it seems to work hiding the main logo on mobile, but not hiding the mobile on desktop, so I’m obviously missing something!
Your custom CSS is just getting overritten by the theme. I would recommend using this CSS to hide the secondary menu until needed:
@media only screen and (min-width: 959px) {
.myprefix-mobile-site-logo {
display: none !important;
}
}
And you can of course change myprefix-mobile-site-logo to something that makes more sense such as bsdg-mobile-site-logo where “bsdg” is a prefix of your site name.
Another option instead of swapping logos would be to just add that extra text “7 locations to serve you” as the header “Aside” content like this: https://cl.ly/pM8k
It will show up under the logo in your selected header style but you could use CSS to move the logo to the left and the text to the right for desktops.
- AJ
Ahhhh, thank you AJ! I was so close to getting it, but close doesn’t cut it. Much appreciated!!
No problem, happy to help! If you need anything else let me know 
Hi AJ! I’m sorry to bother you again with this, but I’m stuck. I originally had the logos swapping out depending upon viewing on desktop or mobile and it worked great. Well, now they want the “7 locations” copy to link, so I had to switch to using the aside content instead. I used CSS to left align the logo and right align the side content, however it’s not lining up side by side like it would with header style 2. In theory I know what’s going on, but I can’t seem to figure out the right CSS to get the logo and side content to behave like header 2 option. :-/
There is a 100% width added by default that you just have to reset:
.header-four-aside { width: auto; }
But instead of floating you could just use absolute positioning to position this content on desktop.
You are a life saver AJ. I figured it had to do with the width, but I was making it much harder than it needed to be. THANKS!!
You’re welcome, if you need anything else let me know! Otherwise have a great weekend 
- AJ
Hello! Just wanted to give a heads up, after the last update, my mobile menu bar changed colors and the .wpex-bars no longer show up. Also the ‘X’ to click out of the mobile menu is very tiny and I don’t think it works: www.parkedinparadise.com thanks!!
Hi,
This seems to be all cache related. I see you are using some function to remove the version number from your scripts. This means you need to clear not only all your site cache but also your browser cache.
I always highly recommend against removing version numbers on the site.
- AJ
ps: your site is loading both old CSS and JS files so you likely see quite a few other issues until that’s cleared up.
Hi AJ ~ Found something interesting I thought I should bring to your attention. I have 3 Total licenses, all 3 website hosted on the same server with Cloudways.
When I went to update Total to 4.5.5, two of the websites updated fine but one gave me an error Download failed Unauthorized.
After some digging, I found the problem to be with the Envato Market plugin Version 1.0.0-RC2 by Derek Herman. Once I deactivated the plugin, Total updated.
~ Frank
Hi Frank,
Thanks for the heads up! Since you don’t need the plugin anymore I recommend just deleting the plugin from the server and making sure your theme is active under Theme Panel > Theme License to receive updates through my own API 
- AJ
Hi AJ!
Ever since I updated the theme to 4.5.5, the link for the mobile menu isn’t aligned with the page anymore (the menu itself is fine however). Here’s a screenshot: https://ibb.co/mMoYJx. I’ve also tried disabling the social media plugin but it doesn’t fix the issue.
Hope you can help!
Thanks!
Hi,
It looks good to me: https://cl.ly/pKb9
You may have to clear your mobile device cache. Because you are combining and minifying your CSS without a proper version number – https://veganlevelup.ca/wp-content/cache/minify/aa013.css – the browser/mobile device will cache this file and never update it until you clear the browser/device cache.
I highly recommend adding version numbers to your static files to prevent these issues (by default WordPress does this).
- AJ
Got it, thank you! I’ve completely removed the file you mentioned and cleared the cache on WordPress and on the browsers/devices I used. However, the issue still persists (even if I use an external tool like Google PageSpeed Insights). Do you have any other suggestions? I’ve never had this issue before. Thanks!
Oh it looks like there is a bug with header style 5. I added a fix and will be releasing an update soon with any bug fixes from Total 4.5.5.
Adding this CSS to your site should fix it in the meantime if you want:
@media only screen and (max-width: 959px) {
body.wpex-mobile-toggle-menu-icon_buttons #site-logo.header-five-logo.display { display: flex; }
}
Thanks for the heads up!
- AJ
It worked but I’ll be waiting for the official update. Thank you, good luck for the release!
Sounds good, it should be ready by tonight (12pm currently my time), so if you find anything else let me know!
- AJ
I will! Thank you again!
I would like to see both the logo and the name of the company/site on the main page, int he sticky header, but the name has disappeared since I added the logo (our logo is just an image, and I’d like JUST the image to recur on every other page.). How can I do this? Thanks!
Hi,
Normally your logo would be a single image, so if you want a graphic and text they would both be on the same image. That’s why the text is removed when you upload your custom logo.
However, if you do want to have an image logo and static text you could easily add some static text via a theme hook – http://wpexplorer-themes.com/total/docs/action-hooks/ – where the logo is placed, then use a little CSS to style it.
Here is an example snippet: https://wpexplorer-themes.com/total/snippets/add-subheading-logo/ – this of course shows it under the image but you just use CSS to move it next to the image.
However, placing the text with the graphic in the same image is the preferred method which most sites use for responsiveness but also so when your logo is shared places people know what it is as your brandname will be with it.
- AJ
Now, for example all these things disappeared: 1) the pagination numbers at the bottom of the page 2) the horizontal grey line under the main menu 3) the grey border arounf the ‘shop’ voice of the menu
The strangest thing is that I made a lot of changes like these with yellow pencil (borders, element alignments, margins, etc.) but they no longer work! Can you help me please?
As always thank you very much for your support,
Bob
Hi Bob,
1. Thanks for the heads up. I had updated the pagination file to support WooCommerce 3.3 which they released, but then a few days later removed because it had some bugs. So I have to reset the pagination file now back to the previous one…ugh. Here is the updated file: https://cl.ly/pJkM – you can replace in Total/woocommerce/loop
Thanks for the heads up!
2. The borders under the titles aren’t caused by the the update, these were added with yellow pencil: https://cl.ly/pJZi – I’m not sure why you wouldn’t have seen it before since it’s nothing to do with the theme itself.
Is it possible you are making changes with Yellow Pencil but not clearing your cache, then you always clear your cache when updating the theme?
3. I see you have this CSS:
#menu-new-menu .current-menu-item a .link-inner {
border-width: 1px!important;
border-style: solid;
border-color: #e3e3e3;
}
Added on some pages which gives a border to the active menu items. But this code isn’t present on the shop page. I don’t know why it wouldn’t be if you set it as a global style. This is something you’ll need to ask the Yellow Pencil Plugin developers about.
I am seeing a bunch of yellow pencil edits on the site, but some edits are exclusive to some pages (like the border mentioned above). So either there is a bug in the plugin and some styles aren’t being added or these styles where added exclusively for some pages as opposed to globally.
- AJ
Thank you for your quick reply, AJ. I asked to the Yellow Pencil’s team but they can’t find a fix (for them all is working fine…) so I made a downgrade to the previous version of the plugin.
Everything’s working perfectly again. I know I’m just postponing the problem but can’t do much more for the moment. I have to say that I’m very disappointed about these new updates of the plugin, everything is more complicated, less functional and preview changes simply don’t work in the real pages, even if I always cleared my cache.
Thank you too for the file…I think woocommerce will make you crazy! 
Bob
Hi Bob,
I’ll have my partner download the latest version and have a look so we can update our review on the blog accordingly. Thanks for the heads up!
- AJ
Actually I have to say that ALL the problems are concentrated in the woocommerce pages. I really don’t understand why they changed so deeply this fantastic plugin getting it so worse. This is very frustrating and if they do not solve the issues YP will be probably useless to me..
This issue should be a very easy fix. It basically just looks like the Yellow Pencil CSS is not being added to the header for the archives.
One thing I would recommend which most developers do is create a stagging/duplicate version of your site (could be locally or on the server – if its live though make sure it’s blocked from bots) so whenever there are updates you can test them on the stagging site first and make sure there aren’t any issues before applying them to the live site. This is especially crucial if your website is your business you want to make sure it’s always perfect.
- AJ
Thank you AJ, I will follow your tip, it’s a great idea, thank you as always.
Hi AJ, The YP team released a new update that fixed all the problems.
I want to ask you for a question: why this custom css I added previously doesn’t work anymore in total with the new update?
/* BORDER TO SINGLE PRODUCKT IMAGES */ .single-product div.product .images .woocommerce-main-image img { border:1px solid #e3e3e3; }
I’d like to have a border around the window of the single product. Thanks in advance,
Bob
This issue is with recent WooCommerce updates since version 3.0. It would have to be added like this:
.single-product div.product .woocommerce-product-gallery__image img { border:1px solid #e3e3e3; }
The problem is with the new way WooCommerce galleries work (animates to the side) you will see this border as it animates.
- AJ
Hi AJ, I was hoping to use the Pludin, CSS Hero, to change the CSS for Contact Form 7. However, it seems to be stuck in loading mode. Are you aware of any issues with this Plugin for CF 7 or with WPBakery? Thanks, Robert
Hi Robert,
CSS Hero should work perfectly with Total we have tested it – http://www.wpexplorer.com/customize-wordpress-csshero/
Usually when a plugin is stuck in “loading” mode it’s either due to another plugin conflicting (do you have any other plugins on the site that you can try de-activating) or it’s due to a server error (most common being a low memory limit – http://wpexplorer-themes.com/total/docs/increasing-memory-limit-to-php/).
Do you see any errors in your browser console?
Did you already ask the plugin developers? It is a premium plugin so you should ask them if you are having any issue.
Personally I prefer the Yellow Pencil plugin though – http://www.wpexplorer.com/customize-wordpress-theme-design/
- AJ
Is it possible to make that the “hover box” element links with one page when we click on it?
You mean local scroll? So when you click it, it scrolls down to a section?
- AJ
Nope for example I want a page where you can choose between 3 different topics. In this page you can choose the topic clicking in one of the 3 “hover box” and when you click on them it takes you to the desired page.
To sum up what I want to do is to make the “hover box” element act like a button.
Hi Aj, I’ve managed to do what I was trying to do with the Image banner. So dont worry.
Thanks a lot.
Awesome!
after latest update i start receiving this php error/notice. its repet for each menu items in buttom menu (previously i made a custom menu for footer with custom footer editor. but its ok until latest update.) number of menu times. PHP Notice: Undefined variable: filter_active_category in public_html/contents/themes/Total/vcex_templates/vcex_navbar.php on line 297
i can ignore it but i prefer to fix it. whats the correct way to fix it ?
This is a bug with the theme, thank you for the heads up!
Here is the fixed file: https://cl.ly/pLGu
I will be releasing a 4.5.5.1 update most likely tonight or tomorrow with any bug fixes reported from the 4.5.5 update. Thank you for letting me know of this one!
- AJ
Hello. After the template was updated, the “portfolio” and “project” tabs appeared in the menu. Tell me what function is “project” for what it?
Sorry I don’t understand what you mean, can you share a screenshot?
There is nothing inside Total named “project” so I don’t know what you are referring to.
- AJ
Screenshot https://ibb.co/bTofFc
Did you install any other plugins? The one at the top looks like it’s coming from somewhere else. Total only has 1 like this: https://cl.ly/pKx7
- AJ
Indeed another plugin created such problems. Thanks for the help.
Hi,
I’ve had the total them for a couple of years now and it’s been working great. But for some time I’ve been having issues with updating WPBakery Page Builder and Revolutionary Slider plugins.
I think the actual problem is with my IP service provider (FatCow) but they don’t seem to be able to get it fixed. So I was wondering if you could have a look at it.
Hi,
Have you already updated your theme? The plugin updates come with the theme updates, so after updating your theme you will see a notice to update the plugins or you can go to Appearance > Install Plugins to update them. More info here: https://wpexplorer-themes.com/total/docs/update-plugins/
If you are doing this and getting an error, what error are you getting? If you can tell me the error I can let you know exactly what’s happening.
Because the plugins are located inside the theme any error would be server related (usually firewall issues).
If you aren’t able to fix the server issues, however, you can always download the installable Total theme zip file from ThemeForest, extract it and locate the plugins inside the Total/framework/plugins folder and update them manually by extracting and overriding via FTP.
- AJ
Hi,
Thanks for the quick reply. I went to the docs page and saw that the plugins currently included with the theme are Visual Composer 4.2.1 and Slider Revolution 5.4.5.1.
These are the versions I have and am being prompted to update to versions 5.4.5 and 5.4.7 respectively. Is this where the problem lies?
When I try to update, I get the following message:
Downloading update from https://wuwei-inst.org/wp-content/themes/Total/framework/plugins/js_composer.zip…
Download failed. cURL error 35: gnutls_handshake() failed: A TLS fatal alert has been received.
Marko
Hi Marko,
A cURL error is a server related error, which is what I assumed was going on as mentioned in my last reply. You would have to contact your host to fix this. Or if you are using a security plugin on your site (such as iThemes Security or All in One Security) try disabling the security plugin while performing the update as it may be blocking the files.
If you can’t get the server fixed up then you can do as mentioned previously and update via FTP.
Unfortunately since the error is from the server there is nothing that can be done in the theme itself 
- AJ
Hi AJ,
I figured it was a server issue. Thanks for your quick help. I’ll give FatCow some time and then I’ll try the FTP option.
At least everything is still working fine.
Thanks again,
Marko
how do i remove the small gap space in the main menu between top menu item and first sub menu item? there is also a white arrow, you see when I roll the mouse down, the submenu jumps a bit, until i continue to move cursor down. it’s very annoying and bad. thanks!
see on my website as example> www.inno-logic.com
Hi,
The issue here is you have placed your logo inside the Top bar and then removed the logo from the default header which has a menu added to the right (header style 1). The easiest solution would have been do use a different header style where the menu was under the logo such as header style two or three – https://wpexplorer-themes.com/total/docs/header-styles/
You can keep things how you want but you will need to add CSS to reset the default menu position. Like this:
body .navbar-style-one {
position: static;
left: auto;
right: auto;
margin: 0;
top: auto;
}
But you are going to have some issues responsively unless you change the default mobile menu toggle style – https://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/
The ideal solution would be to use a different header style as mentioned first with the logo in the actual header and not in the topbar to prevent any sort of design issues.
The arrow on the dropdown can be removed in the Customizer by selecting a different dropdown style under Header > Menu : https://cl.ly/pJkz
But if you switch to using header style two or three as mentioned previously these arrows won’t show up, they are exclusively for Header Style 1.
Example demo using header style two: http://totaltheme.wpengine.com/classy/
I don’t see any jumpiness: https://cl.ly/pK3F
- AJ
Hi, I update theme. But some problems I see.
1. Vertical social share conflict with footer bottom. https://cl.ly/2L3f0O3P0T0Z Can I add auto, when social share active which pages, footer bottom get margin-bottom
2. Social share addon is not colorful. After update all buttons are as black.
3. For example, I activate email in social share in single blog. And I create dynamic template for staff and use social share add-on for it. But social share add-on doesn’t include email and it seem not same and professional.
4. Mobile menu sidebar doesn’t replace content anymore.
5. When I use custom post type for example for services and When I select dynamic template for it in VC template section, it doesn’t apply. It happen in portfolio and staff also. I must choose template from customiser. And Customizer doesn’t include custom post type.
6. Can you restore old vertical social share? For example, 3 choise: horizontal, vertical, vertical (fixed). Because vertical is good seem than vertical fixed. Fixed look like for viral site.
7. Finally, I add author box to author archive with your snippet. But when I don’t fill bio section, it doesn’t appear. Can I add bio (for example, with AcF) from staff page as image and title?
Hi,
1. Thanks for the heads up. I will add a CSS to fix this. It’s very simple:
@media only screen and (max-width: 959px) {
body.wpex-share-p-vertical.wpex-docready { padding-bottom: 38px; }
}
Sorry I should have noticed that!
2. They should be colored. Example: http://totaltheme.wpengine.com/webdevelopers/why-you-need-a-website-for-your-business/.
Did you modify the social share file at all via your child theme? I did change some classnames in the update to prevent conflicts with 3rd party plugins.
Also did you clear all your site cache?
3. Oh I see the issue with the colors is with the social share module, I will fix that right now. Also, the social share module didn’t have a vertical position previously so I will add that and make sure that the email is also available. Thank you for reporting the bug!
4. The default has been set to overlay, but you can still select the push method in the Customizer at Customize > Header > Mobile Menu and enabling “Displace” – https://cl.ly/pJgY
5. There is no Dynamic option in the “VC Template Section”. So I don’t understand the issue.
For custom post types since you can’t access them in the Customizer (it would be impossible to add settings for all custom post types and a very bad idea). You will need to use code, example: https://wpexplorer-themes.com/total/snippets/define-dynamic-post-template-via-code/
It’s always been this way.
Or if you are using the Post Types UI plugin you can add the template in the plugin – https://youtu.be/eGYuBjqkj8Q?t=6m35s
6. It’s just too much bloat to add a 3rd option, but it’s very easy to add your own style and move it via some custom CSS or just use a different share plugin. I was getting way too many requests to make the social share fixed and that’s how pretty much all the top sharing sites/plugins work so I had to make the switch to make things more modern and better for the majority of customers.
7. Correct, the author bio won’t display if there isn’t an excerpt because it would look strange. But you can easily filter out the author bio data since Total has a filter for this named “wpex_post_author_bio_data” ( https://wpexplorer-themes.com/total/docs/use-filters-wordpress/).
Example:
add_filter( 'wpex_post_author_bio_data', function ( $data ) {
if ( is_author() ) {
$data['description'] = 'Your custom description here';
}
return $data;
} );
You can alter the following post_author, avatar_size, avatar, author_name, posts_url, description.
- AJ
ps: I will be releasing a 4.5.5.1 update with all the bug fixes reported by users most likely in a few hours. If you see anything else let me know. https://wpexplorer-themes.com/total/upcoming-update-changelog/
- AJ
Thanks for all replies. İn 7th question, can you say how display staff position automatic for description, please. My php knowledge is not good.
Sure I can help with the code.
Are you using this function to connect the staff? – https://wpexplorer-themes.com/total/docs/link-wordpress-user-to-staff-member/
Because that’s the only way to relate the current author to a staff member.
- AJ
Hello AJ -
Received an email this afternoon saying that a Total update is available.
Up until this update, all previous updates showed up for selection/activation on the wp-admin Appearance > Themes page, and all previous updates were made smoothly, without a hitch.. But with this one, no optional update for Total appears as available.
Something else strange, too, that some of the standard themes have shown up on my Themes page again, as in Twenty Fifteen, Twenty Sixteen and Twenty Seventeen. I’d guess that those were added with a recent Wordpress update. But I am not able to delete them, whether via the Themes page or via ftp.
Hosting is GoDaddy managed wordpress, which has run totally smoothly for me without a hitch since I started with it a year or two ago.
Any ideas or tips?
Thanks.
My current active version is 4.5.4.3.
The part above about not being able to delete other themes has been resolved. GoDaddy tech support reset the permissions or whatever to fix that.
As for missing Total theme update at wp-admin, I’m running the Envato Market plugin, if that matters.
Disregard. Checking back this morning, the update notice was there and we were able to update. Thanks.
Awesome! WordPress does cache the update notifications so it can take up to 24 hours to see the notice. One thing to mention though is you can now enter your license at Theme Panel > Theme License to receive the update notices instead of using the Envato Market plugin.
.
Hi, is there a way to add any content to the mobile menus? overlay or side? For example if i wanted to show an address or disclaimer or logo under the menu items…?
or maybe a way to tweak de toggle bar? using it as a side menu? and showing it from a button in the icon menu?
- Sidebar menu, yes you can via PHP. Example snippet: https://wpexplorer-themes.com/total/snippets/sidr-menu-widgets/
This menu works by grabbing a list of elements and then injecting them into the sidebar area.
- The Overlay and toggle menus use basic javascript to grab the menu items from the header. To add more content you’ll need to inject it with javascript.
Sounds like you want to add an “extra” menu to the site as opposed to actually tweaking the mobile version based on your second reply. There are tons of plugins you can use for that, example:
- https://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790 - https://codecanyon.net/item/slick-menu-responsive-wordpress-vertical-menu/17723518
AJ
Hi AJ,
How are you doing?
I had a question regarding footer links.
Right now I use a footer bottom where I have copyright info, Privacy, cookies and T&C set. This footer bottom is set to appear across the entire website.
If I want to show a Refunds policy as well, but only on the shop, products and all pages related to the shop (checkout, cart, etc) and not across the entire website, how do I go about getting this done?
Thank you Neil
Hi Neil,
You either need to use a plugin for adding menu items conditionally or the easiest is to simply add it to the menu and use CSS to hide it by default and show it as needed. The body element has classes like “woocommerce” that you can use to target your item accordingly.
- AJ
Thanks for getting back to me AJ.
Could I do it the other way around? Like if I was to add the code to the footer like the rest of the links, is it still possible to hid that specific link on all the pages except woocommerce ones?
If possible what is the class I would look for all the non-woocommerce pages/posts?
Neil
Hi Neil,
There isn’t any class added for non-woocommerce pages (there is no point for this, but also because WooCommerce is a plugin which means by default all pages don’t have WooCommerce).
The CSS I was recommending would be something like this:
.your-menu-item-classname { display: none; }
body.woocommerce .your-menu-item-classname { display: inline-block; }
That said, some pages WooCommerce doesn’t use the woocommerce class so you may have to target them differently.
- AJ
Hi AJ,
Thanks for getting back to me on this.
I added the policy links to the bottom of the pages on the entire website. This might be what I need in the long term, but just so I have this for reference solution in the future…
I had recalled this code you had given me where I only wanted to show the breadcrumbs on the woocommerce pages which worked well:
add_filter( ‘wpex_has_breadcrumbs’, function( $bool ) { if ( function_exists( ‘is_product’ ) && is_product() ) { return true; } if ( function_exists( ‘is_woocommerce’ ) && is_woocommerce() ) { return true; } if ( function_exists( ‘is_cart’ ) && is_cart() ) { return true; } if ( function_exists( ‘is_checkout’ ) && is_checkout() ) { return true; } return false; } );
So now that I have all the pages with the policy links at the bottom, is it still possible to target that one link (Returns and Refunds) so that it can only show up on the above woocommerce pages?
Or
Would it be possible to target the Total theme’s wpex_hook_footer_bottom_inner for example across the website to not show this?
Or am I just entirely way off base on this stuff?
Thanks AJ Neil
Hi Neil,
Yes you could add the links either in the breadcrumbs or in the footer inserted. Or you could also hook into the footer bottom menu to add new items via this hook: https://developer.wordpress.org/reference/hooks/wp_nav_menu_items/
But honestly links like refunds&returns should probably be added site wide or added to the WooCommerce account page. Example: https://www.sellwithwp.com/add-refund-requests-woocommerce-customers/
- AJ
Hi, can you say me that
1) Staff category or portfolio category use which template? I use search and filter plugin. And this plugin allow me that use custom template for search results. I want to use this plugin for staff. And I use index.php for search results. But I need display staff positions also as staff category pages. Index.php is not my solution. Can you say that where place staff category template in theme files?
2) I modified some theme files. For example change Pinterest to WhatsApp in social shares, change other modifications. How can I keep this changes after updates?
Hi,
1. The theme uses index.php for all archives including the staff and portfolio category archives. As it’s not needed to create separate files for each.
If you need a custom template for this plugin you could create a new taxonomy-staff_category.php file in your child theme.
But Total uses a function called “wpex_get_index_loop_type” to get the correct entry files based on the current post type. This function has a filter as well “wpex_get_index_loop_type”.
I’m not familiar with that plugin but you could ask the developer if there is a filter you can hook into during the filter request so you can modify the return value for the wpex_get_index_loop_type filter since by default it uses get_post_type().
2. If you are making changes to theme files you should do this via a child theme, never edit the main theme files. For example if you modified the file at partials/social-share.php then you should copy that file and place it in a child theme – http://wpexplorer-themes.com/total/docs/child-theme/
You shouldn’t ever have to modify theme files though there are many filters/hooks you can use instead:
- http://wpexplorer-themes.com/total/docs/action-hooks/
- https://wpexplorer-themes.com/total/docs/use-filters-wordpress/
I am actually releasing an update today and I added a new filter for the social links so you can add or modify any link via your child themes functions.php file instead of overriding the whole file which is more efficient. After updating let me know and I can write a snippet for you to use as an example.
- AJ
Is there a way to go to Appearance > Menus, select a menu, and then Duplicate it? Or do you only have the option of creating menus from scratch each time? Thanks!!
Hi,
The menu dashboard is part of WordPress so it’s outside the scope of the theme. By default there isn’t a duplicating setting (most websites will only have 1-2 menus). But there are plugins out there you can use such as this – https://wordpress.org/plugins/duplicate-menu/
- AJ