Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
You can close it.
Kind regards,
JannekeHi Rikard,
thank you very much. It worked. I have my widgets back!
Kind regards,
Janneke- This reply was modified 3 years, 3 months ago by tichie.
Hi Ismael,
I restored the website on it’s final place so it is now on http://www.prideandsports.nl.
I need the sort order of the category ‘noord-holland’ to change to alphabetical on this page https://prideandsports.nl/lhbtiq-verenigingen/. Both in the main content and in the right sidebar.
I copied the code below into the functions.php file of the enfold-child theme, but I doesn’t seem to work.
Regards,
Janneke
—————-add_filter(‘avia_blog_post_query’, ‘avia_modify_post_grid_query_desc’);
function avia_modify_post_grid_query_desc( $query ) {
if( is_category( ‘noord-holland’ ) ) {
$query[‘orderby’] = ‘title’;
$query[‘order’] = ‘DESC’;
return $query;
}
}January 15, 2016 at 11:33 am in reply to: Loose pull-down menu nd show third layer navigation in sidebar navigation #566047Thanx Yigit. It worked (ofcourse). Thanx a million!
Keep up the good work!
Kind regards from Amsterdam.
JannekeJanuary 14, 2016 at 12:56 pm in reply to: Loose pull-down menu nd show third layer navigation in sidebar navigation #565367Hi Rikard,
I solved the questions I asked before so don’t worry about that.
I now have one question left: how can I hide the pull-down subnavigation in the PC-view and make it visible in de mobile-view/iPhone?
Hoping to hear from you.
JannekeJanuary 13, 2016 at 10:52 am in reply to: How to prevent an editor of the site to delete avia building blocks/elements #564505Hi Rikard,
I noticed a new setting ‘Basic options’ called ‘Lock advanced layout builder’. I am sure to test this out!!
Thanx and keep up the good work!
Gr,
JannekeJanuary 13, 2016 at 10:50 am in reply to: Copy Child settings to another WPML languge same site + to another website #564499Hi Ismael,
Wonderfull. It worked perfectly.
I was able to export+import the child setting from one language to another in the test site.
And I was able to export the child setting from the set site and import the settings into the new site. The child settings of the three languages in the test site were placed correctly in the child settings of the three languages of the new site.
Thanx very much and feel free to visit http://www.lapalma.org!
Gr,
JannekeJanuary 13, 2016 at 10:33 am in reply to: Loose pull-down menu nd show third layer navigation in sidebar navigation #564484Hi Rikard,
I mean that
1) I want to hide the pull-down sub menu.
2) Also I want to hide the red line under the main navigation.To achieve this I was given the following code for another website:
.sub-menu {
display: none !important;
}#top .main_menu .menu li.active-parent-item .avia-menu-fx{
opacity: 1;
visibility: visible
}However, in that case I was using an Enfold menu. As I explained I am now not a menu creted in Enfold but default menu generated by the hierarchy of the pages.
So can you please help me hide the pull-down menu and hide the red hightlight/hover line under the main navigation?
Also please look at my new question
4) When I choose ‘small separator’ in ‘Separator between menu items’ the small separator doesn’t show.Thanx!
JannekeJanuary 12, 2016 at 4:14 pm in reply to: Loose pull-down menu nd show third layer navigation in sidebar navigation #563947Hi there,
Questions 2 is solved by choosing header style ‘Minimal’ which is fine for me.
But I have a new question because in ‘Header layout’ I am unable to get the ‘small separator’ between the menu items. I do get the large ones but nog the small ones.
Hoping to hear from you.
Greetz,
Janneke’December 9, 2015 at 10:10 pm in reply to: Copy Child settings to another WPML languge same site + to another website #549988Hi Andy,
Thankx. Can you tell me how I can export theme settings from one site and import them on another site? Is that possible?
Kind regards,
JannekeJune 2, 2015 at 1:18 pm in reply to: How to prevent an editor of the site to delete avia building blocks/elements #453112This reply has been marked as private.June 2, 2015 at 1:15 pm in reply to: How to prevent an editor of the site to delete avia building blocks/elements #453110Hi Rikard,
Unfortunately I was nog yet able to solve this problem. The live site is at http://www.eurokids.nl but I made a testsite at http://eurokids.tichie.nl/. I installed the plugin you recommended and made a new user called ‘Marja’. I will give you the login details in the next reply. Feel free to use them for teesting.
Looking forward to hearing from you,
kind regards,
JannekeMay 30, 2015 at 10:46 pm in reply to: How to prevent an editor of the site to delete avia building blocks/elements #452087Hi Andy,
I already installed exactly this plugin. :-) But it seems I can only give a new user the right to edit a whole page (and thereby giving him the right to delete Avia blocks such as a slider) and not the right to edit only the content of an Avia block.
Kind regards,
JannekeHi Yigit,
No need, it is working!! Thanx imensely. Now I have many more options to customize my main menu which is absolutely great!
I Love Enfold!
Greetz,
A Happy JannekeHi Yigit,
Oh dear, I am still a beginner at CSS. Can you please give me the complete code I need to add. I dont’t know where to add the code you just menioned.
Kind regards,
JannekeHi Yigit,
Now I am confused. On my PC’s, tablets and browsers I never see the letter of the active change to bold, not even a little bit. I made a testpage at http://eurokids.tichie.nl/test/ where you see that there is no difference in boldness in active and passive mode, not even a little bit.
Also I wonder: where has your line under the word ‘Weise’ in your active mode gone?
Kind regards,
JannekeHi Yigit,
Well, the one I used earlier, the Nixie One, is an Enfold default font for the main navigation, and the one I am using now, the JosefinSans, is another Enfold default main navigation font. Both fonts did not show up as bold when active using the above given css code.
Kind regards,
JannekeApril 17, 2015 at 11:37 am in reply to: Main menu showing active/bold when visiting subpages #430243Hi Elliot,
Thank you for helping me out. Now a new question arises. Do you know which one of the 64 fonts Enfold default offers for the main navigation has a bold version in it. Or is there a way for me to find this out?
Kind regards from Amsterdam,
JannekeHi Elliott,
Yes, I managed to find the solution for this earlier. My question now is how I can make the letters of main menu link (that indeed is hightlighted) bold. when active.
Kind regards,
JannekeMarch 19, 2015 at 11:16 am in reply to: How to prevent the editor of my site to delete Avia blocks #414275Hi there,
I found the anwers. I need a user management plugin. Happily slugging along!
Regards,
Janneke -
AuthorPosts