project13x
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sub pagesHello Shanon i am also facing this problem.
I have used ultimate slider and placed it in header-image.php file and disabled the the_custom_header_markup.
<div class=”custom-header”>
<div class=”custom-header-media”>
<?php //the_custom_header_markup(); ?>
<?php echo do_shortcode(“[ultimate-slider]”); ?></div>
</div><!– .custom-header –>At first i thought it was working as it didn’t show anyhting on my other pages. However checking it on mobile i notice it still loads the slider and was also in the source code.
Any thoughts where and how to place it so it’s only visible for the front page?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] sidebar on pagesMake a child theme and make a new template which contains a sidebar.
See single.php as example
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sidebar widgets not visibleThe standard template page doesnt contain a sidebar.
You have to make another template page in a child theme where you can add it.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Side barIf you look at the page.php template itself you will see the sidebar isn’t included.
You can put that in hardcode (see the single.php as example).Or make another template especially to show the sidebar.
Wordpress will let you choose additional templates when making pages through the adminForum: Themes and Templates
In reply to: [Twenty Seventeen] page loading glitch/jitterYes.
I tried it and it worked! Great!Also on my adjusted theme. no more glitch
However my adjusted template was a bit mixed up. I changed all features. Like menu bar on top, logo next to menubar etc.
And with the min-height set, I got get an empty block under my menu. Setting the margin-bottom: 118px; to 0px did the trick to help that.Forum: Themes and Templates
In reply to: [Twenty Seventeen] page loading glitch/jitterI have the same issue when installing the demo content on my own site. Everything is the same except for the top menu. If it’s off the pages load smooth. If it’s on the pages arent loading smooth.
Having a fullsize banner for your homepage is one of the core features of this theme, this should work optimal i would assume.
If it can be fixed with css, you know how?
Can the scrolling element also be responsible for this glitch?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] page loading glitch/jitterHere you can also see it.
https://2017.wordpress.net/contact/
when clicking again on contact you see the page loading isn’t smooth.
You get similar results when clicking on subitems (e.g. an archive from a blog).However when the top menu isn’t activated loading an archive page of the blog is more smooth (like in https://wp-themes.com/twentyseventeen/ )
- This reply was modified 7 years, 11 months ago by project13x.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] page loading glitch/jitterI was testing again with the basic theme and I notice that when i activate the top-menu in customizing, I get this glitch when loading pages.
If top menu is deactivated the pages load smooth. just like your own example on
https://wp-themes.com/twentyseventeen/You get the same results?
Forum: Plugins
In reply to: [qTranslate X] Compatibility with WordPress 4.6?I have upgraded wp to 4.6 and noticed that it interferes with the ability to upload media files.