That would be right, yes. All cloud templates can be edited with the tagDiv composer
– https://www.screencast.com/t/z7QDnPzB1
That may happen, the mega-menu will display them all one below the other not by levels, that is not possible and wouldn’t be practical with the current design.
Maybe use simple drop down menus instead to display a path through the category hierarchy, mega menus will not do that.
– So you initially set a footer page in English.
– Then you translated that footer page in German.
– In WPML string translation you have added the ID of the translated page (German page)
Ex: https://www.screencast.com/t/mAG8viACxQs
That should work. For example I have a post in two languages, English and French. English will display one page in the footer
– https://www.screencast.com/t/QTOWnWXlQYu
When switching the language to French, the other page is displayed (translated version of the same page)
– https://www.screencast.com/t/wKcurTDPp
Provide a link to the website if possible so I can take a look.
You could do it in the functions file, remove the unused code and add your own links and images. Leave the classes if you want the same design result
– https://www.screencast.com/t/OsV2fOgFc
I have already added this as a suggestion, to be able to disable the sidebar delimitation in case it’s not needed. So in the future there might be a setting for it.
If you don’t mind me asking, why exactly do you want it disabled?
Hi,
From what I can see applying for twitter cards is no longer necessary
– https://kb.yoast.com/kb/setting-up-twitter-cards-in-wordpress-seo/
So all you would have to do is select the summary with large image for Twitter in the Yoast settings, as in the guide.
In the source of a post page this image appears as Twitter image
– https://www.screencast.com/t/W6NjwI3gY
This image – https://webhakim.com/wp-content/uploads/2018/09/Okullarda-E-Para-Donemi-Basliyor-8.jpg
Hi,
This is a similar topic you can check
– https://forum.tagdiv.com/topic/ads-not-appearing-on-sidebar/
So basically if there is no problem on the Adsense side, the ads should appear.
Hi,
These would be the theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
If this are respected the theme and theme plugins should work fine. If needed contact the hosting provider and ask them to increase the parameters mentioned in the guide, or activate the necessary PHP extensions. Let us know the results.
Thanks
@paperweight It will only work if you do it in the main theme file. So if you want to remove the sidebar line make the modification in the main file.
Hi,
If you use a footer page, that page can be switched by language. This is a similar topic with some more details
– https://forum.tagdiv.com/topic/using-with-wpml/
So when the language is changed the footer page will change. I tried it again as a quick test
– https://www.screencast.com/t/YSMEbR5P56
Pages change for me, depending on the language. What exactly is happening for you?
Thanks
The theme view counter doesn’t work it seems in your website. Each page view should be counted.
I checked one of your posts and refreshed the page a few times, count doesn’t change
– https://www.screencast.com/t/ioV3E6wtzl
Did you enable this setting if you use caching?
– https://forum.tagdiv.com/ajax-view-count/
Hi,
@sene In the mega menu you can choose a parent category
– https://www.screencast.com/t/M8nKnN0Aye
The sub-categories of that parent will be displayed on the left
– https://www.screencast.com/t/QPsoveA4ly
That would be all there is to it. This works for one level of category parent/child. So if one of the sub-categories of the parent has in it’s turn sub-categories this will not be taken into account
– https://www.screencast.com/t/LEJbSXPtem
@cecydeocho The names will be your categories, as you named them. Edit the categories in WordPress and change their names if that is what you want.
Hi,
My colleagues will login and take a look, we will continue the investigation by email. All emails are answered in order from oldest to newest as soon as possible.
Unless maybe if they end up in the spam folder for some reason (we check that periodically however).
Thanks
Maybe you use the mobile theme, the shortcodes will not work if the mobile theme plugin is active. Deactivate it and the ads will appear same as on desktop.
Hi,
Bets you do it in a child theme so it will not be lost after a theme update.
As for the button colors, use this code – https://www.screencast.com/t/1p1BqfoV
.td_block_4 .td_module_2 .td-read-more a{
background-color: red;
color: black;
}
Change the colors as you wish, then enter it in Theme panel->Custom CSS.
Hi,
Glad you solved it. I could take a look to see what scroll are you referring to exactly. Post a link to the page where I can check with a mobile.
Thanks
So the problem fixed itself? Could have been something temporary. If you should have any further problems please contact us.
But you can set the primary category for each post, that is not a problem. It’s what the setting was created for.
If you don’t want to select one it will be as I mentioned before. This would be all there is to it. Set a primary category manually or leave it on auto.
Sorry if this is an inconvenience, but this is the only way to set a primary category for the posts.
No, those modules are different. In this case I can only place the tag in a fixed position, so if it’s larger or the article title is longer it will not look nice, the text will be covered up, it will not adapt.
Maybe leave it as it was before and reduce the font on mobile for example, so it will not cover the thumbnail so much
– https://www.screencast.com/t/wU17jycsovhH
.td_block_related_posts .td-post-category {
font-size: 8px;
}
In the composer it would be easy, select the view port and set sizes or each one. So for example I can set a 50px font size for the column title on desktop
– https://www.screencast.com/t/awpkwpm40MJc
And a 25px font size on mobile – https://www.screencast.com/t/Ykvie0ppn
It can be done with CSS, the solution form above is basically CSS but the design make is easy to use without needing to create code.
Use a code like this – https://www.screencast.com/t/oy2YLf27KDzo
.page-id-349 .td-page-title {
font-size: 75px;
}
It will apply only on that page. You can modify the value of the size, then enter the code in the tablets section and phones if you want it to apply only there.
For example – https://www.screencast.com/t/274JKAT6S
Code
I don’t quite understand what you mean. Even if you make the modifications in the theme files, what will be the deciding factor?
Please try and use the settings as it is implemented instead of making modifications in the code which will be lost after a theme update or not work properly or stop working at a future date, causing problems for all your posts.
Hi,
Form what I can see the ad codes could be wrong – https://www.screencast.com/t/JRDWbGlx
That code looks like the code required to be entered in the theme header.php file between the head tags in order to enable auto ads
– https://support.google.com/adsense/answer/7477845?hl=en
I could be wrong however. In that case you could try a few things. What if you try to switch the ad codes, place one that works at the moment in the top ad location. Place the one that doesn’t work in a location where ads are displayed.
Also you could try as a quick test to paste one of the ad codes which at the moment does not appear, in a test page – enter it in a column text for example.
Check what happens and mention the results. If the same code works in a different location it could be a problem we will investigate further.
Thanks
Hi,
So it worked before and now it does not? Does this happen for all the pages you edit? try with a new page. Usually it is caused by insufficient resources
– https://forum.tagdiv.com/requirements-for-newspaper/
If there is no need to make modifications in that regard, please try these solutions
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
In case there is still a problem, send us an email at contact@tagdiv.com and provide admin login as well as cPanel if possible. We will take a look.
Thanks
@ericpetit Please send us an email at the address mentioned above and we will take a look. Provide the necessary information so we can investigate.
Try with a simple border bottom, like this – https://www.screencast.com/t/qGIrQstG9Kvx
The border values in the code can be modified, the first value is the border height, the second is the type and the last one is the color.
.td-header-style-8 .td-header-menu-wrap {
border-bottom: 1px solid blue;
}
You can modify them as needed. If this is not what you wanted I will try other possible solutions, mention how exactly do you want it to look.