brokoli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boot Store] Disable mobile versionThanks a lot for the heads up, I am familiar with this, but I never update this theme, so for me it’s OK.
Forum: Themes and Templates
In reply to: [Boot Store] Disable mobile versionGot it, this had to be removed from header.php
<meta name="viewport" content="width=device-width" />
Forum: Themes and Templates
In reply to: [Tempera] Shortcodes in widget doesn't workYou beat me for 20 seconds, see my post above. It was a stupid rookie mistake ??
Thanks a lot for your help ??
Forum: Themes and Templates
In reply to: [Tempera] Shortcodes in widget doesn't workNevermind, I got it. This is what I should have done:
<div class="mmy"><?php echo do_shortcode('[shortcode]'); ?></div>
Forum: Themes and Templates
In reply to: [Tempera] Shortcodes in widget doesn't workOne more question. What if I want to add this shortcode to frontpage – just above the slider. I’ve tried adding this code into frontpage.php but it didn’t work:
<div class="mmy">echo do_shortcode( '[shortcode]' );</div>
Forum: Themes and Templates
In reply to: [Tempera] Shortcodes in widget doesn't workIt worked. Thank you so much ??
Forum: Themes and Templates
In reply to: [isis] Custom CSSBump ??
Forum: Themes and Templates
In reply to: [Tempera] Full width footerOne more thing… when sub menu drops down, slider navigation is still visible (see attached print screen picture or check website link above). Any idea how to fix that?
Attached picture:
https://www.pohrani.com/f/2/C6/XjG48Vn/brisalci.jpgForum: Themes and Templates
In reply to: [Tempera] Full width footerOnly header is full width, footer is fixed width (990px)
Forum: Themes and Templates
In reply to: [isis] Custom CSSThank you guys for your answers, I fixed it. I didn’t know there are 3 different css files – default, foundation and nivo-slider.
In the end I used Custom Css plugin, yes. Thank you.
By the way, I have another problem which I think is theme problem. Submenu doesn’t show up when I’m not on homepage. Website url is https://www.okrasno-lubje.com
Could anyone take a look at this please?
Another problem is with special characters (?, ? and ?) – slovenian language. Is there any way to fix that?
Nevermind, I got it.
I had to go to edit post –> screen options –> check excerpt and manually write (copy) excerpt.
Now it works! ??
Here is a picture if anyone else will wonder how to do it:
https://shrani.si/f/1Y/ay/1Fzg4sAq/untitled.pngYou might consider it automatically creates excerpt from the post content?
Otherwise great theme, perfect for my bussiness as I have exactly 3 products. Thank you ?? Regards.
I can’t give an URL because it’s not online yet, Im running it on Instant WordPress program. (which I’m 100% is not the cause to this problem)
But I’ve made a print screen of this error. I’ve also tried reinstalling WordPress, theme, … the error is still there.
And I’m not running any plugins, it’s all default
Here is a print screen. As you can see the content is the same for every post. https://shrani.si/f/31/fz/4TOutMIS/untitled.jpg
Forum: Fixing WordPress
In reply to: How to exclude category from home page / main page?Neverming, I got it. Adding this to functions.php worked for me:
function exclude_category($query) { if ( $query->is_home ) { $query->set('cat', '-5'); } return $query; } add_filter('pre_get_posts', 'exclude_category');
-5 is the category ID.
Forum: Plugins
In reply to: [Child Pages Shortcode] Display full content instead of excerpt?I still need help with this ??
Forum: Fixing WordPress
In reply to: Display child page as post in parent pageIm not even a programmer, so … ?? I was hoping someone could tell me ??
Thanks anyway for your help, appreciated.