Hi,
The thumbnails will be cropped center-top, not from the left
– https://forum.tagdiv.com/featured-image/
These modules have predefined thumbnail sizes, they cannot be changed.
If none of the modules display the images properly, you could experiment with the cloud category templates
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
The post loop element used in category pages uses the flex module used in flex blocks
– https://demo.tagdiv.com/newspaper/flex-block/
The module has options to change how it looks, maybe you can use those settings to design a module that displays the images better
– https://www.screencast.com/t/ABiVG9r70
Thanks
Hi,
Shortcodes can be entered in text elements, that would work. Try entering that shortcode in a column text for example, or text with title.
Hi,
Now Twitter displays accurate information from what I can see
– https://www.screencast.com/t/6hlMqYfv9ow
As in most cases, it probably was a caching issue. After updates try to clear the cache.
Hi,
The sticky menu will display the logo you choose here
– https://www.screencast.com/t/ANkOVrWzv
Try to explain what exactly you want to do with it when sticky, what should change from the default way it looks. I will try to give you a solution.
If possible provide a link to your website so I can test there.
Hi,
So that happens only in Firefox? Please provide a link to the website so I can take a look. The socials should appear in Firefox as well.
When it comes to fonts, some fonts and also font properties like font weight do not look the same across all browsers.
Depending on font used, it may look different. Search online for a better understanding of this, there are many topics about same fonts displaying differently across browsers.
Thanks
Hi,
How are you setting a custom link? If you set it in the media library when uploading the image, that will not work
– https://www.screencast.com/t/pj5KCrD0dU
The single image element has an option to set a custom URL, also the image box
– https://www.screencast.com/t/xDPMRryG
– https://www.screencast.com/t/MWjkAw7Re
You could try and use those elements instead.
Hi,
That image link seems to be broken, try to upload it in a free image hosting or sharer, then paste the link here.
However, does the ad code display if you enter it in a different ad spot? Does the image it uses exist and is accessible?
Check the posts with the Google structured data tool
– https://search.google.com/structured-data/testing-tool/u/0/
The reviews should show up there if the posts contain them. Why Google decides not to display them up I can’t say. Check some online guides for more information
– http://userguide.getfivestars.com/knowledge-base/3-tips-for-getting-your-review-stars-to-show-in-google-search/
– https://www.ianbrodie.com/get-star-ratings-google-search-results/
Hi,
1. Try a code like this, it should work with the elements that are currently have in the footer
– https://www.screencast.com/t/pj6wVrUJ
.td-footer-wrapper {
padding-bottom: 0px;
}
.td-footer-wrapper .td_block_wrap,
.td-footer-info {
margin-bottom:0;
}
2. How do you intend to use that plugin, what is it for? If you mean shortcodes provided by that plugin, enter them in test elements in pages, or post content for posts.
Hi,
The breadcrumbs will show one level of parent-child category, there is no setting to change that at the moment. The same would be for the cloud single templates.
I am now aware of any plans to make modifications to the breadcrumbs. Sorry for the inconvenience.
I mobile the last element of the breadcrumbs is not shown, I could give you a code to make it appear, enter it in Theme panel->Custom CSS
– https://www.screencast.com/t/sOFVXiLycS
@media (max-width: 767px) {
.single-post .td-bred-no-url-last{
display: inline;
}}
Regarding that hidden category, where exactly is it still showing? That option will remove it’s tag from the single post pages and category pages. I see you don’t show any category tags in post pages for example.
Thanks
Hi,
Then enter the ad codes in the content of the mobile homepage
– https://www.screencast.com/t/zlei9Jsb
Edit the homepage of the website and enter the ad codes in the mobile editor. Content added there will be displayed between the grid and latest articles.
Thanks
Maybe try something like this example below
Default – https://www.screencast.com/t/CVHUJtJzyb
With a code – https://www.screencast.com/t/sqnKITtRqp
This is what I used, you can modify it if needed
.td-mega-menu .menu-item-object-page {
width: 218px!important;
text-align:right;
margin-top: -15px;
background-color: #fafafa;
border-right: 1px solid #eaeaea;
}
.td-mega-menu .menu-item-object-page a{
padding: 5px 22px!important;
}
Please check this setting in the theme panel, set it like shown in the screenshot
– https://www.screencast.com/t/OpgAzB6BUk
Then clear the cache and check. If you don’t have a caching plugin then there could be a server provided cache.
Hi,
Maybe the code you are using is not valid, I tried as a test to do something similar, seems to work
– https://www.screencast.com/t/ndmUezBMz
– https://www.screencast.com/t/XiU5s7bDnINE
Hi,
Those are different header styles, header style 11 versus header style 1. Regardless of this the menu height can be controlled with the line height settings
– https://www.screencast.com/t/CQmcvSha
Thanks
Hi,
If those are new posts maybe it takes a while before Google indexes them properly. We have not made any modifications to the theme reviews, the meta would be the same as before.
We could take a look, we work with both the above mentioned browsers and this problem is simply not happening on our end. Maybe it is not a browser or plugin issue, could be something else.
Send us an email at contact@tagdiv.com and provide admin login so we can check it for ourselves. Please include a link to this topic in the email.
Hi,
Everything the demo imported will be removed. The demo stylesheet (meaning demo custom CSS), demo posts (if you installed with content), the theme panel settings will be removed. If you for some reason edited demo posts (dummy content) note that these will be removed.
You could make a full backup before removing the demo, so if something goes wrong you would have that.
Also the theme panel settings can be exported and imported
– https://forum.tagdiv.com/import-export-theme-settings/
Installing a new demo removes the previous one automatically, that cannot be changed. Only one demo can be installed at a time.
Thanks
Now it appears under the mega-menu from what I can see, maybe it could forced to be positioned below the other sub-categories with CSS but it will not be actually part of it.
Why not display it as a menu item or top menu item instead of that mega-menu?
Glad it works and sorry for not providing the actual code, seems I forgot. Here is is however
.td-head-form-search-wrap {
line-height: 28px;
}
So you want only one paragraph? wrap it in a container with a class for example
– https://www.screencast.com/t/8Lmrsct8fjF
– https://www.screencast.com/t/AJW4nnAoq
Or maybe with some inline CSS – https://www.screencast.com/t/YdyH6NiSllFK
Try it like this, should only change the main header menu
add_filter( 'wp_nav_menu_args', 'menu_switcher' );
function menu_switcher( $args ){
$url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strpos($url,'/en/') !== false) {
if( 'header-menu' == $args['theme_location'] )
$args['menu'] = 'English';
}
return $args;
}
Hi,
@Ozt The edit with composer option in the admin bar appears only for pages. If you want to use the composer on categories, use the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Then you will be able to create/import category templates (not pages) using the composer. These templates can then be applied for the categories in the theme panel.
So the main problem you have is only with the homepage same as above? We could take a look, send us an email at stated above and provide all the details.
Hi,
So you want to display the page link in the mega-menu, not the actual page. Mega menus work with categories only, you can add pages in drop down menus or as main menu items.
So adding a page along the mega-menu sub-categories is not possible.
Hi,
That is unusual. Does the same happen with the icons if you check the theme demo?
– https://demo.tagdiv.com/newspaper/category/tagdiv-video/