Hi,
This has happened because of the code provided above, as the mega menu was not meant to display like this. The limit for the modules in the mega menu is defined in td_block_mega_menu.php found in the theme folder->includes->shortcodes here – https://www.screencast.com/t/2sNvj9Vihchj also if you want to remove the “All” you should comment or remove this line of code from the same file – https://www.screencast.com/t/ua9wHUg6Yu
1. From what I can see the content in the sub-footer is already center aligned – https://www.screencast.com/t/v5FRYm8XuweK Please correct me if I am misunderstanding this
2. Unfortunately, our theme does not have any such an option that allows you to redirect, you could use this guide on how you can create simple 301 redirects:
http://www.wpbeginner.com/plugins/how-to-quickly-redirect-post-page-wordpress/ and redirect the actual link to the one you want
3. In order to add a new social network, you need to edit the theme code. Here is an example of how to add a new social network – https://forum.tagdiv.com/topic/adding-social-media-services-under-social-networks/
Thanks
Hi,
Visual composer does not need to be activated, you can find more information in the first section of this guide – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks
Hi,
You can follow this guide referring to the theme update process – https://forum.tagdiv.com/how-to-update-the-theme-2/ As for the other changes you are mentioning I’m not sure I understand what you mean.
Thanks
Hi,
I don’t think I understand where exactly you want to hide the author name, if you could provide a screenshot and more details I will try to give you a solution.
Thanks
Hi,
The code provided above applies only for that button so it can not have any effect on anything else, maybe you have set a different font family for the elements on the page in theme panel – https://www.screencast.com/t/e24QWj0YlGMv or a custom code in theme panel. Check in the theme panel and see what font are the elements on the page using and make changes if you have to, also if you make any changes clear the cache afterwards.
Thanks
Hi,
Unfortunately this is the way things work in WordPress, and the theme has no effect in this matter. I have tested with the default WordPress theme and the result is the same – https://www.screencast.com/t/XZ6dm8H41 When an image is inserted in a post is considered a new paragraph and it gets a margin-bottom property – https://www.screencast.com/t/L9vsTtNLJL You could remove the margin property with css but it would apply on every paragraph in the content – https://www.screencast.com/t/vRwVQRzfP – https://www.screencast.com/t/KnYLGfUJhk
Thanks
Hi,
Try it this way, you need to open the file functions.php located in the theme folder – https://www.screencast.com/t/3heOACnh in an editor and remove the code you entered and causing this problem.
Thanks
Hi,
@LeadingSport Sorry for misunderstanding, the text probably dissapears for some of the blocks because you have set a white background for the title – so you should go to each of the blocks that have this issue and clear that background https://www.screencast.com/t/OF0gaWMVfkui and return them to the default state, it should look like this – https://www.screencast.com/t/KQShdYNC1kfG
Then enter this code in Theme panel->Custom Css, it will remove the background color and border from all the blocks
.block-title {
border-bottom: none;
}
.block-title span {
background-color: transparent;
}
Result – https://www.screencast.com/t/xqsEWBjq6p
Please let me know if this works for you.
Thanks
Hi,
You could try this code, it will increase the max menu size, if that is what you want just enter it in Theme panel->Custom Css
If you add more items in the mega menu it will show them all in the dropdown (within the limit of 400px)
.block-mega-child-cats {
max-height: 400px;
}
Result- https://www.screencast.com/t/caiacrXhkNDi
Thanks
Hi,
If the blocks show as code you need to click on Backend editor – https://www.screencast.com/t/hOLCV9ob and you will be able to use the editor – https://www.screencast.com/t/U2bMvgjwe5 You can find more about Visual composer here – https://forum.tagdiv.com/how-to-use-visual-composer/
I’m sorry I missed the second question, the page template with latest articles will always display that feature at the bottom of the page after your content, as specified here – https://forum.tagdiv.com/page-templates-2/ What you could do is to select the default page template with no latest articles – https://www.screencast.com/t/iOZequzj and create a block with the title Latest articles and position it wherever you want in the page – https://www.screencast.com/t/MiA3WQq3Z7W and use any content and sorting you want – https://www.screencast.com/t/RiCNYKchTMZK
Thanks
Hi,
This could be caused by a plugin or a plugin conflict so please try to disable all plugins except Visual Composer to rule this out, and also clear the cache and reset cdn files if you use it to see if the problem is still there.
Thanks
Hi,
Like my colleague said above, you need to edit the file loop-single.php found in the theme folder – https://www.screencast.com/t/03wlQqibXwsV if you are using the default post template and add the code or codes provided above containing the custom ads in which you have added the ad code – https://www.screencast.com/t/SabRwdEK above the author box – https://www.screencast.com/t/iy5hBPUhx The result should look like this – https://www.screencast.com/t/3orYq4Nnhnl so you need to enter this following code in Theme panel->Custom Css to display the side by side
.single .post .td-a-rec-id-custom_ad_1,
.single .post .td-a-rec-id-custom_ad_2 {
display: inline-block;
}
If you are not using custom ad 1 or 2 fields you need to change the code accordingly
Result – https://www.screencast.com/t/ZFWW2yq8k
Thanks
Hi,
You can disable the author box in post pages in Theme panel->Post settings – https://www.screencast.com/t/x9Z0nE6yuUKc and also you can disable the author name on blocks and modules in Theme panel->Block settings – https://www.screencast.com/t/t6H5zywe If this is not what you wanted please provide more details about what you are trying to achieve
Thanks
Hi,
Please note that like it is specified above by Edward you do not need to activate Visual composer and do not worry in this regard, it is already activated and you can use it without any restrictions. You do not have to worry about the plugin update warnings. If you have any other issues regarding Visual Composer please provide more information about the nature of this problem.
Thanks
Hi,
You could just install the demo you want – https://forum.tagdiv.com/installing-demos/ and take it from there, then further personalize it to your liking by editing and changing the page in Visual composer if you want, or just add your own content to it.
Thanks
Hi,
You can do that using this code, it will make all the block titles transparent, just enter it in Theme panel->Custom Css
.block-title span {
background-color: transparent!important;
}
Result – https://www.screencast.com/t/1dCrfBVW7
Thanks
Hi,
You do not need to buy or activate the Visual composer plugin because the theme includes an activated license for it. It will be updated along with the theme and included in the plugins folder, also do not worry about Visual composer update warnings. Please follow these tutorials about using Visual composer editor to create a homepage and setting it as a static page – https://forum.tagdiv.com/how-to-use-visual-composer/ – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ or if you want to have a blog style where all your posts are displayed on the front page, you can change the template for the articles in Theme panel->Template settings->Blog and posts template – https://www.screencast.com/t/joEKmSMkkY0
Thanks
Hi,
Please provide a link to your website and specify what exactly you want to do, so we can see if it is possible or not.
Thanks
Hi,
An author role coresponds acording to WordPress to these capabilities as specified here – https://www.screencast.com/t/nWtrXqOQpvC0 so an author has access to the post settings but not a contribuitor – https://www.screencast.com/t/S8WKUazne9f If you want your contribuitors to have access to the same settings you must change their role to author. Or you could search for a plugin that can modify user roles and their capabilities, but unfortunately no such plugins were tested with the theme for compatibility.
Thanks
Hi,
@LeadingSport Unfortunatelly I can not view your test page – https://www.screencast.com/t/2jtJ5YcomMx If you also have the Newspaper magazine demo installed take a look at the answer below
@brigitte67 That is the transparent block titles style of Newspaper magazine as seen in the demo – https://demo.tagdiv.com/newspaper_magazine/ if you want to cancel the background transparency you will have to edit the demo_style.css found in the theme folder->includes->demos->magazine and comment or remove a line of code – https://www.screencast.com/t/kTBWhN7ISu8 it should look like this if you choose to comment it – https://www.screencast.com/t/tMVupdlmd5
The result is that now you can see the background set in each of the block settings – https://www.screencast.com/t/arzXTAcVKfN
Thanks
Hi,
You can create a page with all the elements you want in Visual composer editor and then set it as a static homepage. You can find more information about Visual composer here – https://forum.tagdiv.com/how-to-use-visual-composer/ and about creating and setting a static homepage here – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thanks
Hi,
You could just remove Latest articles if you do not want it on your page by selecting the default template in page attributes – https://www.screencast.com/t/eInvqG5bc and then by editing your page in Visual composer editor, change the position of block 12 which is the Most Popular block by dragging it to be the last element on the page after the custom ad – https://www.screencast.com/t/ibrIDZH3QVEO – https://www.screencast.com/t/cxZ5miZT Please corect me if I misunderstood you.
Thanks
Hi,
@veillercd Have you been able to activate the theme or are you still getting the error? I see that it was a temporaray issue for goldleon and now it should work for you also.
Thanks
Hi,
You can edit any menu in Appearance->Menus – https://www.screencast.com/t/bUr9KYMR06E If that is not what you meant please provide more details and I will try to give you a solution.
Thanks
Hi,
@bikerapublic The social icons that are displayed in the footer are the ones you assign an account to – https://www.screencast.com/t/1YyXqTB4SySt in Theme panel->Social networks – https://www.screencast.com/t/2XM0X8Yld
Thanks