Hi, is it possible to show the category name in each single category on the top of the pos-list, or do i need to change a php file (or create one i my childtheme) ?
I’m not using the breadcrubs, but I want to show the h1/ name on each category.
thanks, Lars
I now have a random code error at the top of my screen! Please help:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wpseo_frontend_head_init’ not found or invalid function name in /home/woodside/public_html/wp-includes/plugin.php on line 470
http://www.woodsideschool.co.uk
You are welcome, glad we could help :)
Regards,
Josue
Hi Yigit,
Thanks so much in advance. I took 4 screenshots on 2 different devices using the default device browser.
Samsung Galaxy Tab 3 Portrait : http://i.imgur.com/0oxXRcS.png
Samsung Galaxy Tab 3 Landscape :http://i.imgur.com/0oxXRcS.png
Samsung Galaxy Note 8.0 Portrait : http://i.imgur.com/2AUaKdQ.png
Samsung Galaxy Note 8.0 Landscape :http://i.imgur.com/vwbMnM5.png
Tab 3 is a 7 inch device and Note 8 is an 8 inch device.
The top navigation on the 7 inch landscape displays as it would on a normal full screen browser. With the drop down etc. However on an 8 inch device we get the repressive navigation. IE on a larger screen we have a responsive menu and on the smaller screen we get a normal menu
As mentioned it’s not a show stopper. I just found it odd that it would behave this way. The behavior one would expect is for the smaller device to show the responsive menu and for the larger one to show the “normal” menu?
Hope this helps
E.
Hey!
It is, just make sure any third-party plugin you have is compatible with 3.9 too.
Cheers!
Josue
This reply has been marked as private.
Hi, I’m developing a site where I’d like to have a custom field at the bottom of the page editor that has the Advanced Layout Builder. (So in other words, when you’re editing a page, you have two Layout Builder areas)
I assume I need to add something to the top of config-templatebuilder\avia-template-builder\config\meta.php, but I am not sure what I need to do for a specific field that’s not simply the content area of the post type.
I am kinda savvy with php, and any pointing in the right direction is much appreciated.
Hi!
1. We really need to see the site live in order to see this issue.
2. The element should have position: relative in order to get z-index working, try using top: -110px instead.
3. That’s not possible without custom CSS, you’d need to rely on columns.
4. You can try using the new Code Block element introduced in 2.7.
Best regards,
Josue
This reply has been marked as private.
Hi,
I’m using color section for parallax, with images on top of the background image.
How can i make the images on top of color section span full width?
I’ve resized the actual image, tried some HTML and CSS resizing too. but no luck.
what am i missing?
any help is greatly appreciated.
larry
Hey, so the toggle menu shows up, but when it’s above 990px the menu doesn’t show up on top of the content and everything is thrown off. Is there something else I need to change?
Hi Justin!
This is how it looks on my end on a 15inch laptop – http://i.imgur.com/LZZtVV3.png
You can add following code to Quick CSS
.content { min-height: 1000px; }
But there would be white space above footer on smaller screens
Regards,
Yigit
Hello,
After updating the site with enfold 2.7 and wordpress 3.9 there are some minor issues mentioned.
In the screen shot the error are highlighted.
the issues are the social icons, search icon, the top menu is little bit messed up, also if you hover on the image link before there was an indication right now its not showing.
https://drive.google.com/file/d/0B7QKBnTRooFgdFJ4X1g4T3c5ajg/edit?usp=sharing
Hi Paul!
Please make sure that you are using the latest version of Enfold(2.7) as well – http://vimeo.com/67209750
If you are, please flush cache few times and check if that helps, as it did to users who were having the same issue
Regards,
Yigit
Hey kreativabyran!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_titles {
display: block;
border-top: 1px solid #555555;
}
.responsive .top_tab .tab.fullsize-tab {
display: none;
}
.responsive #top .footer_color .tabcontainer .active_tab {
color: #444; }
}
Cheers!
Yigit
No I know. When I added the code the screen was all white. I just deleted and added avia.js again and now the site doenst break but the desired effect doens’t show.
Hey!
Which part specifically breaks your website? Did you move the entire avia.js file your child theme or just your custom javascript? If just your custom stuff you will need to move the whole file including your customizations since Peters code replaces the parent file completely.
Cheers!
Devin
Hi David!
I think this is original thread: https://kriesi.at/support/topic/icons-and-ipad/#post-250413
I also thought that this is fixed and I’m not really sure if the update really fix the issue. I’ll forward this thread to Kriesi. Feel free to jump in. Thanks!
Cheers!
Ismael
Hey Kayzel!
Please go to Enfold theme options > General Styling > Use stretched or boxed layout? and choose to display Boxed Layout
Regards,
Yigit
Hi!
You can adjust margin-top value starting from 5px instead of 0 :)
Regards,
Yigit
That got it pretty close, to take it down just slightly do I use “top: -5%” ?
Hi Andrea!
I’m not getting those same sections cut off but I do see the footer getting a bit trimmed (the logo). Not sure why it would be happening however.
I’ve tagged Kriesi on the topic as I’ve not been able to debug what is causing it.
Best regards,
Devin
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks {
right: -15%;
margin-top: 0;
}}
@media only screen and (max-width: 480px) {
.responsive.html_header_top #header_main .social_bookmarks {
right: 0;
}}
Regards,
Yigit
Hi!
Thank you for using the theme!
Please refer to this link: https://kriesi.at/support/topic/create-new-template-2/#post-256134
If this is the same topic, please refrain from creating duplicated posts. Thanks!
Cheers!
Ismael
Yes it is fixed now. However my social icons on mobile went way up and to the left. You can see the very bottom at the top of the screen on a mobile device.
Hey!
Currently your logo is right on top. There is no margin or padding but you have whitespace on your image file. If you would like to move your logo closer to the top, please edit your image and remove the whitespace from top
Regards,
Yigit