Hi,
@marcos ponce
Please provide more details about your theme and Visual Composer versions and your site URL so we can take a look.
Also please disable all plugins, leave just Visual Composer active, empty cache and see if you still have this issue.
Thanks!
Hi,
If your featured image is smaller than – http://screencast.com/t/fJJGUc67yC5 you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate. Like Christopher already said WordPress doesn’t enlarge images.
Thanks!
Replied via email!
Hi,
Sorry for delay we don’t work on weekends, you have replied to your topic and we take topics in order from oldest!
When you set a category megamenu you don’t have to add submenu items. For parent category(with subcategories) set as megamenu all subcategories will appear automatically. So you have to remove sub items from there.
For example this a parent category – http://screencast.com/t/dgi5FBeTfeB is just set like megamenu – http://screencast.com/t/ECkpulttU2ec and the subcategories are added automatically – http://screencast.com/t/KJl17A7XzurH
Hope this helps!
Hi,
There are 2 different sidebars on our demo: the Latest Articles sidebar gets sticky if the option from Theme Panel is enabled (like on your site – Latest Articles sidebar is sticky) but if you want also content sidebar to be sticky you need to add this extra class td-ss-row to the row like this: http://screencast.com/t/Nx6MqZW7FeAz
Also you can follow this topic: https://forum.tagdiv.com/topic/smart-side-bar-social-button-2/
Thanks!
Hi,
I have checked our demo on Chrome and it looks fine: http://screencast.com/t/kJfHlnfMLm
Please empty cache and also browser’s cache and send a link is you still have this issue so we can take a look.
Thanks!
Hi,
Please provide more details and a link so we can take a look.
Is your video featured image created in the backend? – http://screencast.com/t/0IBvV5pZyg
Thanks!
Hi,
I have checked again your link and did not found any errors or issues with gallery: http://screencast.com/t/nPFyjHvxXQsy
The error that you found there surely caused that issue, but I cannot tell you exactly if a plugin caused this or something else as I could not inspect this.
Thanks!
Hi,
@parthsd007
Please make sure that Visual Composer plugin is enabled from Plugins: http://screencast.com/t/uWqXmczCmWYt and when you add/edit a page switch to Backend Editor – http://screencast.com/t/ZjnAXIKtMi
Also please provide more details about error and also your site URL.
@arara
If you want to duplicate your page, just change to the Classic mode and copy all content: http://screencast.com/t/11oYJ35y Now create a new page and paste the code: http://screencast.com/t/Yzagci8f
If you change to Backend Editor you will have the same content: http://screencast.com/t/STYtOgf2L3
Also you can set your homepage from Settings > Reading: http://screencast.com/t/RmIN8Bh7UQe
Thanks!
Hi,
Please provide more details about this and also your site URL.
Do you refer that the code is removed from Ads section from Theme Panel?
Thanks!
Hi,
Unfortunately I cannot tell you exactly if a template like this will be added soon. You will need custom modification to achieve this. Thanks for suggestion we will think about this, however we have over 200 features on our list we have to pick very carefully what we implement.
You can try to use media queries and customize it for different screen sizes, For example this will be for desktop: http://screencast.com/t/YuvRLxQNxa
@media (min-width: 1024px){
.single_template_7 .td-post-content p {
width: 641px !important;
margin: 0 auto;
}
}
If this is not what you mean, please provide more details.
Thanks!
Hi,
@mecanik lease send an email at contact@tagdiv.com with your request and also paste a link to this topic so we can know who you are.
Also we will release an update of Newsmag theme this week and hope that you will not have this issue anymore, it will be an option to disable lazy loads. For the moment if you want to disable it, please follow the instructions provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260
Thanks and sorry for inconvenience!
Hi,
Please provide more details about you issue as I have checked your link and I’m not sure what do you mean: http://screencast.com/t/H9tLXUhX
Also do you use Visual Composer on posts? This could cause some issues and we recommend to be used only on pages.
Thanks!
Hi,
I have checked your site and did not found custom search. Please provide more details were did you added the code and provide a link when it is enabled.
Also if you want to replace theme default search with google you can follow this topic: https://forum.tagdiv.com/topic/replace-default-search-with-google/
Thanks!
Hi,
This is the Bolck title and you can change it from block settings: http://screencast.com/t/GtppDgOlq5KM – http://screencast.com/t/LBN9xpm4K
Here you can see block settings: https://forum.tagdiv.com/block-settings-overview/
Thanks!
Hi,
Please try this custom css with default header style(style 1) and see how it goes: http://screencast.com/t/Ge2qhUqlQv
.td-header-sp-logo a {
height: 100px;
}
.td-header-sp-logo img {
width: 370px;
margin: inherit;
max-height: 100px;
}
.td-header-sp-logo {
width: 370px;
}
.td-header-sp-logo {
margin-bottom: 0px;
margin-top: 0px;
}
.td-header-style-1 .td-header-sp-ads {
display: none;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make a backup of you current file so you can revert in case it doesn’t work and then replace with this code and try to add your code where you see – http://pastebin.com/9BkdQtkm
Result: http://screencast.com/t/vLYq4zehwn
It is possible to have more customization to make so if you don’t have basic php/css/html experience I suggest to hire a professional to do this for you as we cannot provide any custom work for the moment.
Thanks!
Hi,
You need to edit all modules and comment or remove date: http://screencast.com/t/B5oVWgglJ
Thanks!
Hi,
Try to add your code also bellow that: http://screencast.com/t/6BrH3ndrM – http://screencast.com/t/JDvnGRnW
Thanks!
Hi,
I have checked this and I have this result: http://screencast.com/t/h0dhABIQC
So when you use an image full width with caption, the image is not centered? Please provide a link so we can take a look.
Thanks!
Hi,
Please revert to the menu-header.php file and see if this works. If you did not have any megamenu when you made those modifications to the code(container, span12) it may be affected.
as Emil said this is no tested and you probably will need more css customization. You said that you have deleted the search so you will only need remove classes that Emil suggest above(just delete span11 and container words from the code). Please make a backup of your file first so you can revert if you don’t like the result.
Did you tried megamenu before you made modifications to the code and worked?
Thanks!
Replied via email!
Hi,
Please check if you still have this issue without any plugins active, leave just Visual Composer active, also empty cache. This issue may be caused by a javascript error, so check your console for errors. Let me now.
Thanks!
Hi,
You can try to header style file and replace ad code with your text (code): http://screencast.com/t/pAbTrVGQ4S
Thanks!