22360 comments found.
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
Hello WPExplorer… I know it is late but there is nothing that we can do when it comes to client’s delays… I know I am off support but we have started officially about 10 days ago.. So I have one question here please.. Why I see Font overrides are disabled for this addon on the VC plugins specially developed by you? Is there a certain code to turn it on? a theme option? or am I missing something here, also.. if so, so I need to run a child theme to avoid overridden codes with updates? Please let me know what am I missing here. Thanks
Hi,
No worries, I totally understand and please note that support in the comments is always free if you have purchased the theme. The support license is only for private tickets and mostly to cover the cost of a support staff since most private tickets require logging into a site and troubleshooting client server issues or plugin conflicts.
- I don’t understand what you mean regarding “Why I see Font overrides are disabled for this addon on the VC plugins specially developed by you”.
Can you please explain? I don’t understand what you are referring to. The Page builder included in Total is unmodified so you should have access to all the core functionality of the plugin.
- Using a child theme is highly recommended if you are doing advanced modifications – http://wpexplorer-themes.com/total/docs/child-theme/
One thing to mention is that in Total you NEVER have to modify theme files, Total has hooks and filters for everything. If you aren’t sure how to alter something first visit the snippets and if you don’t find what you need let me know, I am constantly adding new snippets:
- http://wpexplorer-themes.com/total/docs/action-hooks/
- https://wpexplorer-themes.com/total/docs/use-filters-wordpress/
- http://wpexplorer-themes.com/total/snippets/
- AJ
Hello AJ, I really appreciate your answer and me now smiling… OK here is what I meant by disabled..
These two elements on this screenshot are: Border Overlay Banner and Hover Overlay Banner: https://www.screencast.com/t/oOUsEejfs7L
Now inside the actual element or VC Plugin I see this: https://www.screencast.com/t/lUIhZH26
And on the front-end it shows like this: https://www.screencast.com/t/IqyWFjbLS and this: https://www.screencast.com/t/gqjEGwdj
So my question earlier was… Why the fonts overrides are disabled on the plugin elements? Btw, I installed the child theme, activated and imported the settings from the main theme. Thanks in advance Joe
Hiyas AJ, never mind and my bad… it is the Ultimate Addons thingy.. They are disabled by default by the creator/developer.. All good now and just in case anyone else complains about it here is the solution: http://addon-library.helpsite.io/articles/12354-how-to-enable-the-fonts-tab
Thanks again and regards, Joe
I was going to say, those modules aren’t in the theme
I’m glad you were able to figure it out Joe.
I hope you had a lovely weekend.
- AJ
Hi Aj, Can you tell me how I can load a font from Google fonts, so that I can use the font throughout my website? I can’t believe I forgot how to do this.
Thanks!
You can go to Appearance > Customize > Typography > General > Load Custom Font
And you can select a font here that will load site-wide if you want to target it in your custom css but not actually apply it anywhere by default.
- AJ
Hi Aj, I would like to know if it is possible to add in the Mobile Menu for the active Pages, the menu item would be in different color. I see there is a link:current items for desktop menu. But i Don’t see it in mobile version.
Moreover, I would like to know if it is possible to add custom php link in the visual composer. Cuz I want two photos act as language switch and there i would need to add in the visual composer.
My site is http://119.247.237.117/. Many thanks AJ. 
Hi,
- The class is there but it has a prefix to prevent styling from your main menu to be applied to it (if people making customizations don’t know what they are doing).
Ex:
#sidr-main .sidr-class-current-menu-item { }
- You can’t insert PHP in any post or page content (there are plugins but it’s not secure). What you will want to do is create a custom shortcode that outputs the correct link then use the shortcode in the VC.
- AJ
Hi!
Just a small question…is it possible to add a background color from 40% transparant / filling white to a transparant overlay menu? Now it is 100% transparant but I wanted to be it is 60% transparant and 40% white instead as background color for the menu. Hope to hear form you. Thanks!
Edwin
Hi Edwin,
Sure you can do anything via a little CSS, but I’m not sure what you are trying to modify. Are you trying to alter the background for the theme’s mobile “Full-Screen” menu?
The way you would make a background semi-transparent is using RGBA colors.
- AJ
Oke, thanks!
I try to modify a overlay header from desktop version 1 (left logo and right navbar), and of course the mobile version of that one. I want a semi transparant black background of that one.
Thanks for your solution in css.
Hi,
It’s very easy to add a background, but can you tell me which Overlay style you are using? (white, light, black). If you can share the URL that would be ideal so I can give you the exact code that would work best for your site setup.
- AJ
Hi! I try to get it under the normal header one, not with the full width option.
Sorry but I don’t understand what sort of customization you are trying to do, any chance you can share the URL and maybe a quick mockup? Thanks!
This way I can give you the exact CSS you need instead of guessing.
- AJ
Can I customize demo theme ?
Hi,
Yes. A demo will simply import dummy content (pages, posts, menu, settings) which you can then modify afterwards via the Customizer or demo importer. Here are some helpful docs:
- https://wpexplorer-themes.com/total/docs/total-wordpress-theme-anatomy/
- https://wpexplorer-themes.com/total/docs/importing-sample-data/
- https://wpexplorer-themes.com/total/docs/building-pages-visual-composer/
- AJ