project13x
Forum Replies Created
-
I have the same problem.
i installed a fresh wordpress and use twenty sixteen.
The siteorigin editor cannot activate the add foo gallery button. Nothing happens when i click on it.
Look forward for the solution.
I tried also another plugin and this also causes problems.
So it has to do with the other plugin.
Instead of using shortcode, can i also use the direct code to place into the other plugin’s template?
Thanks in advance!
Forum: Plugins
In reply to: [Simple Owl Carousel] settingsNevermind. I see its on the text code
Hi thanks from the quick responve.
I mean it doesn’t show up at all, when resizing the screen.
When checking the files form the plugin “easy portfolio” it gets the header and footer from the twenty-sixteen theme. And on the other pages it does work.
Forum: Plugins
In reply to: [Rolo Slider] buttons not clickable anymore after resizing.Yes thank you!
It was was indeed the issue of the overlay grey.
I forgot about this element. Thank you for your quick and helpful response.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] how change size of front page image?You can try add this.
The padding-left solution can be better better though. Have to look it up how to center it automatically. but this is to get you started.@media screen and (max-width: 767px) {
.navigation-top .wrap div {
margin: auto;
width: 100%;
position: absolute;
z-index: 1;
padding: 1px;
padding-left: 25%;
}
}Forum: Themes and Templates
In reply to: [Twenty Seventeen] Featured Image BehaviorYou mean you want to show the whole image?
You just adjust the values in css. Or you can lower the content section also through css.
When adjusting things in the theme, please make a child’s theme first.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Site Identity gone from menu?The site identity isn’t included directly in the menu bar.
If you want to do that you have to modify the following 2 files header-image.php and navigation-top.php
Forum: Themes and Templates
In reply to: [Twenty Seventeen] how change size of front page image?For the front page the image is adjusted to the settings the font page banner requires, which is 1200 by 2000px I believe.
Your image is 364 by 409px
So you can maybe try using an image which matches better with the image sizes the theme requires.
Or you can indeed adjusted your image sizes wih css in the child’s theme.
Forum: Plugins
In reply to: [Rolo Slider] buttons not clickable anymore after resizing.Thank you for the quick response.
This is a demo link.
I installed a fresh word-press 4.7 and your plugin.
After resizing to 759px or smaller i cannot click on the button.
I think it’s also a case of overlapping etc.Please advice 🙂
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Slider homepageso i added this.
.custom-header {
position: relative;
display: none;
}Now the slider is only visible on the frontpage. However it’s still there on the subpages. altough not visible but loading in the back.
So there should be a better place to put the slider i guess
Forum: Themes and Templates
In reply to: [Twenty Seventeen] During page loading the menu bar is “jumping”I also noticed that when adjusting margin-bottom the jumping is gone again.
Only setting min-height didn’t do the trick anymore.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] During page loading the menu bar is “jumping”I have the same issue again. Setting the min-height doesn’t seem to do the job anymore.
I am working with chrome and had to delete cache frequently to see the effect of the changes i made.
Firefox doesn’t have the issue btw.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Slider homepageI also posted this on another topic. but this is what i got so far.
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 anything 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] During page loading the menu bar is “jumping”I had to same problem.
For me the css code was enough.
You added javascript to the menu?Nice theme setup btw.