Hi!
Sure Andrew, please reply to this topic when you publish your website so your ticket will be on hold.
Cheers!
Yigit
Hi!
Because of the code i posted here https://kriesi.at/support/topic/heading-font-not-changing/#post-199132
All heading elements are forced to use Raleway font. If you would like to manually apply different font family to heading elements, please remove that code from Quick CSS
Regards,
Yigit
I tried using the instruction on Ismael’s post and it works fine, but it also seem to conflict with the elements on the Avia Builder. My elements stop showing up after that.
Hi i checked out the video in this post.
https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/
Everything works great, .
just, when you add some content with the avia layout builder in a custom_post,
then on the front end the custom_post is not displaying with the custom template, like single-custom_post_type.php.
Instead it displays the single.php template.
I tested it several times by switching between the default editor and the avia layout builder.
I hope there is a solution for that.
Regards
http://j2k.info/american/
1. how can i get rid of breadcrumbs only on home page. i think its the bread crumbs, the part that says Home….. then “you are here:home”
2. I want to get rid of that underline effect on main menu…
3. how can i have my logo vertically aligned.. its too close to the top
k. i have done everything you said and this is my result
http://j2k.info/american/
I need to have those two new items at the top of the page to replace the current ones
Hey theroyds!
You should be able to use the woocommerce_get_price filter for that. I did a quick google and pulled up these two topics which should guide you to creating your own custom function that you can add to your functions.php:
http://wordpress.org/support/topic/how-to-put-after-the-price-woocommerse
http://stackoverflow.com/questions/13660593/add-text-before-the-price
Cheers!
Devin
Hey!
You have that section set to a fixed height which is preventing the container from growing on mobile. You can use the media queries in the css>custom.css file to add your own desktop only/mobile only styles to fix the issue.
Best regards,
Devin
This reply has been marked as private.
Thanks Peter!
That fix didn’t work, until I remembered that Portfolio grid wasn’t the standard grid of Enfold, but the custom one you’ve written for me. So now I’ve done your suggested fix to that plugin as well and it works. Big thanks and apologies for the duplicate topic!
I have a couple of issues and need some assistance please
#1 – Layer Slider isn’t reacting properly to youtube video. I set the global settings to autoplay and if I do that I only get a gray box with 3 dots. I understand that there is something about a starting image but have tried to set an image and may be doing that wrong. Im not sure. If I turn the global setting off I at least get an image of the first frame of video with the play button on top of the image. Now if I click the play button the video fades out when it plays. If i have the global setting set to auto play the gray box with 3 dots start up then fades out also. So I am presuming the autoplay may be working there. I’m not sure as I never see any video or image with exception to the gray box and 3 dots. I built into my youtube code the autoplay function. Do i need it in there if the global settings are set to autoplay?
#2 – I have on my homepage a blog post section and the pagination if shows for multiple pages. If someone clicks on the pagination the entire page refreshes and then I am directed up to the top of the home page again. Shouldn’t the blog post just slide over to the next page of posts? This is a very inconvenient way to set a few pages of posts on the front page.
Website: wgray.us/sniper2 for you to see what is going on if needed.
Thank you for a great theme and attention to the issue.
This reply has been marked as private.
Hi!
Yigit’s code should work with a few modification. Please use this:
.fixed_header.social_header #main { padding-top: 0; }
.header_color .header_bg { background-color: transparent; }
#header_main { border-bottom-style: none; }
.header_color.header-scrolled .header_bg { background-color: white; }
.fixed_header #main { padding-top: 0; }
Remove browser cache then reload the page. Test it on another browser.
Cheers!
Ismael
Hi Peter,
You’re absolutely right. I spent the better half of the day trying to figure it out before finally doing a database table repair (twice) and rebooting my mySQL container, whcih fixed it. Thank you for responding to my post, even though it was not an issue with the theme.
Hi jmaguirrei!
I think the tab function doesn’t work because only the hash value changes and the url is always the same. We’ll take care of this limitation with the next theme update but for now you can fix this by modifying shortcodes.js: https://kriesi.at/support/topic/tab-navigation-2/#post-193576
Cheers!
Peter
Hey!
Unfortunately the “Could not add the font because the server didn’t respond” is a very generic error message and doesn’t help us to identify the problem. We need an error log or detailed error report from the server/host provider. I guess the issue is caused by a missing php library like here: https://kriesi.at/support/topic/iconfont-manager-upload-problem/
Best regards,
Peter
Hello, with your help i got the header with some opacity and the slider behind the header.
https://kriesi.at/support/topic/slider-under-header/#post-199541
But now i need the dropdown to get the same transparency then the header.
Cheers,
Markus
Hi!
As far as I know you don’t need to “hack” the theme files because since Enfold 2.4.2 the Youtube icon is supported out of the box. Go to Enfold > Header and select “Youtube” in the “Social Icon” dropdown. Then insert your youtube url into the text field on the right side (“Social Icon URL”) and save the settings.
If you want to change the size of the icons insert following code into the quick css field
#top .social_bookmarks li a {
width: 60px;
line-height: 64px;
min-height: 60px;
font-size: 30px;
}
#top .social_bookmarks {
height: 60x;
}
.header_color .social_bookmarks a{
color: #889095;
}
and change the px values (and color value) of required.
Best regards,
Peter
Hi Vincent!
If you didn’t alter any plugin/theme/wordpress files and you didn’t install any new plugins it might be a problem with the database (i.e. a corrupt database entry can cause this issue(s)). Did you try to restore a backup of the database? Maybe try to restore a backup of your website on a test server and check if the problem is solved if you use the backup. It’s strange that “suddenly” the featured images don’t work anymore especially because the code will always produce the same result if you didn’t modify it. Imo the only variable component here is the database data which may change based on the user input.
Best regards,
Peter
Hi!
Glad you fixed it. I’ll notify Kriesi. Did you recently update to WordPress 3.8?
Dude provided a fix here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Cheers!
Ismael
Hey oliviad!
You can add this on your custom.css or Quick CSS to reduce the height of the header.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }
Use this to decrease the top padding of the main container as you reduce the header height:
.fixed_header.social_header #main {
padding-top: 120px;
}
Cheers!
Ismael
Hey!
Yes, the WPML permalink function causes issues on some servers (actually only a few servers because we received maybe 10 similar bug reports and I posted some code to temporarily fix the issue here: https://kriesi.at/support/topic/404-strange-permalink-problems-ii/
I already notified Kriesi about the issue and I created a fix for it but I’m still waiting for his feedback. Basically I’d like to remove the “slug” option from the Enfold theme option panel and instead add it to the Settings > Permalink page. Then I want to wrap the slug text into a _x() function which should allow WPML to translate the slug with the “String Translation Management” extension. I’ll try to get this patch into the next update (Enfold 2.5).
Regards,
Peter
Hi MtnStreamGroup!
1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.
2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.
3.) Edit footer.php, find this code on line 115:
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</footer>
You can manually place the second logo on top of it.
Regards,
Ismael
http://kec.bz/in/greenbox.jpg
I am trying to get that desired effect in the top menu, where two items (live chat and contact us buttons) will have little icon graphic and be a different color…. how can i that using css
thank you