Hi,
One way would be to use an iframe embed – https://www.quora.com/How-do-I-embed-content-from-other-sites-external-webpage-section-of-a-page-in-my-WordPress-page
– https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies
Burt this will embed the whole page, with CSS you could try and position the iframe to display a specific location from the embedded page – https://css-tricks.com/forums/topic/iframe-xy-positioning/
Like in this quick example (made with the example from above -CSS tricks)
– http://prntscr.com/nyc2u3 – http://prntscr.com/nyc39w
Something like this can take some time to do however. Maybe there are other ways of embedding specific sections from other websites in page.
Thanks
Hi,
From what I can find online there are other website owners mentioning changes thing after the Google recent updates – https://www.seroundtable.com/google-june-2019-core-update-big-27682.html
– https://searchengineland.com/early-data-around-the-google-june-2019-core-update-shows-some-winners-losers-317861
– https://www.webmasterworld.com/google/4947706.htm#
Hi,
Where does this happen? Where are you inserting the images exactly? I will check on my end. Let me know.
Thanks
Hi,
Cloud headers will be displayed only if the mobile theme is not active. The mobile theme is designed to work without using or requiring composer elements. That is why it is much faster. It has it’s own predefined header template which is used.
Settings are kept to a minimum to maintain performance. We will however add more settings for the mobile theme in future updates.
So you would like to use a text logo in the mobile theme, at the moment that is not possible unfortunately. It might be possible in the future. Currently only an image logo can be used.
I see this logo at the moment – http://prntscr.com/nya5a7
Let me know if you have more questions.
Thanks
Hi,
I see it. The homepage displays a footer template, but all the other pages seem to display a footer page. It is unusual because it can only be one or the other, not both. Please check if there is a page set in the theme panel footer settings
– http://prntscr.com/ny9k5k
If there is no page set there, try to clear any cache you have for the website. Could be a cache related issue.
Woocommerce allows custom pages for shop, cart, checkout etc. You could build pages with the composer and set them. To display woocommerce elements in them, you can use shortcodes
– https://docs.woocommerce.com/document/woocommerce-shortcodes/
Shortcodes can be entered in the composer, in column text elements. A similar topic here
– https://forum.tagdiv.com/topic/how-to-display-products/
Hi,
From what I can see there are no posts and a static homepage, set at the moment. The mobile theme looks like this demo website that has it enabled, you can check it with a mobile – https://demo.tagdiv.com/newspaper_local_news/
Some documentation about the mobile theme here – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
If you use the default WordPress blog page, the mobile homepage will be the same, a list of posts.
But if you use a static page, the mobile homepage will have a top grid displaying featured posts, a latest articles section, and extra content if you enter any in the mobile editor
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/featured-posts-2/
Let me know if you have more questions.
Thanks
Hi,
Usually these would be the main causes for composer issues
– https://forum.tagdiv.com/tagdiv-composer-not-working/
Could be caused by a plugin. Try as a quick test to deactivate all non-theme plugins, then check if the issue is solved. Is it happening even for new pages?
If you already tried it and the problem remains, we could take a look at it. Please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email. Let us know.
Thanks
Hi,
I could take a look at it, please post a link to the website where the problem is happening.
Thanks
Hi,
4. When the mobile theme is enabled, you will have to create 2 versions for each page. One for desktop with the composer or in any way possible, and one for mobile with the simple mobile editor (can’t be built with the composer)
– https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Mobile pages will be empty if no content is added in the mobile editor found in the page edit screen (should be at the bottom)
– https://www.screencast.com/t/sE6as7bJLAq
An exception is the mobile homepage which will show a top grid displaying featured posts
– https://forum.tagdiv.com/featured-posts-2/
Below it there will be a latest articles section.
If the mobile theme is not active, then the same content from desktop will be displayed on mobiles as well.
5. The issue with the logo seems to be caused by the speed booster plugin, after deactivating the check. The desktop logo shouldn’t appear on mobile. I could give you a quick fix for it – http://prntscr.com/ny8l6j
@media (max-width: 767px) {
.td-header-style-1 .td-header-sp-logo {
display: none!important;
}}
The code can be entered in the theme panel, custom CSS section.
The scroll to top arrow displays when the mobile theme is active. In the default responsive version it doesn’t appear – https://forum.tagdiv.com/topic/scroll-to-top-mobile/
I believe this will be changed in a future update, so that it will appear by default in the responsive version as well.
The solution is either to deactivate the child theme temporarily, or if that is not possible, to return to the previous theme version. If you need the previous theme version, send us an email at contact@tagdiv.com and we will provide it.
I see it now, it is the same for me for the slider. Despite mentioning to use a percent value, it works with a pixel value. I believe the tooltip is wrong, I will add this issue on the list and it will be rectified. Thank you for mentioning it, and sorry for the inconvenience.
From what I know custom javascript is not allowed in AMP, there will be an error. To display it only on non-AMP pages, you could enter the script in a text widget in first the footer column – http://prntscr.com/ny89mv
That won’t be loaded on AMP but it will appear in desktop. You could give it a try.
Hi,
I’m no expert in the matter unfortunately. From what I can find browsers will encode all non-ASCII characters in a URL, I found some more topics about it
– https://superuser.com/questions/1324919/why-when-copying-a-non-english-url-from-address-bar-its-url-encoded-and-not-as
– https://webmasters.stackexchange.com/questions/43009/is-it-bad-to-use-japanese-characters-in-search-friendly-urls
– https://www.w3.org/International/articles/idn-and-iri/
Thanks
We could take a look if you send us an email as mentioned above. I made multiple tests on my end, but I can’t recreate the problem you are having. Maybe a plugin is causing it for some reason, we may need to deactivate your plugins temporarily to check. Let us know.
Hi,
The sidebar settings in the page edit screen will have effect only if the page is built with the WordPress editor. If the page is built with the tagDiv composer for example, those settings won’t do anything.
You can edit the page with the composer and position the sidebar where you want it, or remove it. In the composer a sidebar can be a column resulted from splitting a row
– http://prntscr.com/nxv9ej
Elements can be added directly in the column, or you can use a widget sidebar element
– http://prntscr.com/nxvagq
If there is a problem, provide a link to where it is happening, and mention some more details about it, I will take a look. Let me know.
Thanks
Hi,
I could add this topic on our list for testing. Our developer team will take a look when time permits. Thank you for mentioning it.
Hi,
The number of products can be changed like this
– https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
Modify the number as needed – http://prntscr.com/nxu4po
For woocommerce fonts there aren’t many settings – http://prntscr.com/nxu5ep
Maybe it can be done with some CSS. Mention which fonts you would like to change and how.
Thanks
Hi,
1. The booster will not be active it it detects plugins that are not part of a predefined list, set in the plugin code – http://prntscr.com/nxtt2m The check could be disabled, this is a similar topic – https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
2. The mobile theme has it’s own functions file, try entering it there
– http://prntscr.com/nxtv2a
3. There is an issue in the latest theme version, the sub-menu arrows that should appear in the mobile menu modal are hidden. The fix is to enter this code in the theme panel custom CSS section
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
Then they should appear – http://prntscr.com/nxtxu0 Sorry for the inconvenience. Let me know if you have more questions.
Thanks
Hi,
That is the latest articles section, it will always appear at the bottom of the page when the required page template is used – https://forum.tagdiv.com/page-templates-2/
It’s settings are here in the composer – http://prntscr.com/nwzs8g
Or here in the backend – http://prntscr.com/nwzsn3
If you don’t want the latest articles section on the page, select a different page template, for example the default one.
Thanks
Hi,
@zekavr There is an issue currently in the theme, the sign-in/join option doesn’t appear on mobiles in the modal – http://prntscr.com/nxtnl8
So on mobile the only way to login would be through the default wordpress login /wp-admin, until the issue is fixed. Sorry for the inconvenience.
Thanks
Hi,
That suggests there are problems with the website database or server. Contact the server administrator or hosting provider so they can check what happened. From our side there would be nothing we can do to solve such problems. If you have more questions let us know.
Thanks
Our email address is the one mentioned above: contact@tagdiv.com. We will login and investigate as soon as possible.
Hi,
What exactly is that? You mean something like a link to other posts, in the post content? That would be possible if you manually enter the links in the content, but a theme setting for this doesn’t actually exist. There is an option for an inline ad only. If I misunderstand something, let me know.
Thanks
Hi,
You can send us an email at contact@tagdiv.com and provide the credentials there. Include a link to this topic in the email. Mention what exactly is the problem.
From what I can see you solved the problem, AMP works fine now
– https://radioklinika.pl/swiad-dlaczego-skora-swedzi/?amp
What was the problem exactly? Please let me know if possible.