Vad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] Mobile – responsive not working@media (max-width: 480px) { #masthead .site-branding .site-title a { /* word-break: break-word; overflow-x: hidden; */ max-width: 100%; font-size: 2.6rem; } }
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] Mobile – responsive not workingOne of the solutions:
@media (max-width: 480px) { #masthead .site-branding .site-title a { /* word-break: break-word; */ max-width: 100%; overflow-x: hidden; } }
Or need:
word-break: break-word;
Or we need to change the font size.Forum: Plugins
In reply to: [WP Hide Post] Fatal error: Maximum execution time of 30 seconds@rmahfoud Thanks!
Ok. Thanks!
Forum: Themes and Templates
In reply to: [i-excel] slider multilingualWhen editing pages, you can add your own shortcode slider. I made a slider for each language.
Forum: Themes and Templates
In reply to: [i-excel] Child theme, GNUGPL2 – I can delete credits?Thanks!
I am use XAMPP…
But then widgets will disappear on the blog page
title
header.php<div class="iheader" style=""> <div class="titlebar"> <h1 class="entry-title"> <span><?php echo wp_get_document_title(); ?></span> ...
And need edit title page in block “Yoast SEO”
SEO title: %%title%%And need this too:
Page Builder – Widget – Post Loop – Template (Left Aligned Medium, Blog Grid,) – not work Post Formats video and gallery.
When you add two videos to the video post, the second video is not displayed when you view the post.
@misplon thanks!
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] 404.php widget page-contentif you have those same widgets in the footer then the duplication would look a bit funny.
Yes. If I did not check I would not know that there is such confusion. Other users probably also do not know about this.
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] 404.php widget page-contentThank you!
I just thought that you forgot remove widgets from that page…
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] 404.php widget page-contentOK! Thank you!
Forum: Themes and Templates
In reply to: [SiteOrigin Unwind] 404.php widget page-contentThere is no need for widgets that are on the page.
Because there are widgets in the footer.