Forum Replies Created

Viewing 30 posts - 31 through 60 (of 60 total)
  • Author
    Posts
  • in reply to: Glassy header menu links 'darkened' on hover #540906

    Hi Yigit,

    Thanks for the quick reply.

    I’ve got this custom css:

    And this advanced theme styling:

    But the text still gets darken on hover.. i tried a lot of css myself but nothing seems to work.

    Thanks again.

    in reply to: Glassy header menu links 'darkened' on hover #540891

    Hi Andy,

    Actually i had already tried that.

    I’ve got it configured like below, but still the link gets darkened on hover.

    Kind regards.

    in reply to: Hotspot image tooltips not showing #540219

    Hello Rikard,

    I’m sorry for the inconvenience, see below for working credentials.

    Edit: i also tried replacing the enfold files of the not-working-tooltip-site with the working-tooltip-site but this didn’t solve the issue.

    in reply to: Making a sidebar widget sticky #539792

    Hi Andy,

    It’s the social buttons on the right side that disapprear while scrolling.

    Screenshot:

    Kind regards!

    in reply to: Glassy header menu links 'darkened' on hover #539697

    Hi Andy,

    Thanks for the reply.

    If you take a look at the link i provided again you can see the color is now green, but the text still gets darker on hover.

    Basically, i don’t want the menu text to change on hover, because i want to add hover effect on the menu item background.

    Kind regards!

    in reply to: Making a sidebar widget sticky #537367

    Hi Guys,

    I’m having a similar problem. The widget is disappearing after the sidebar ends (so after 50px of padding).

    http://b-dev.nl/nm/this-is-a-nice-post/ login:arjen/welkom12345

    I can’t find out what element the sidebar is disappearing behind, also even setting a z-index of 10000 to .widget or .sidebar doesn’t solve my problems.

    I’ve tried every solution there is to find, (on this forum and wordpress.com forum) but nothing seems to work.

    @Pixelbits
    i’ve also tried adding your code but i think newer theme/plug-in versions prevent this from working as well.

    Anyone who has found a solution?

    Kind regards!

    in reply to: Glassy header menu links 'darkened' on hover #536130

    Hi Basillis,

    Thanks for your quick reply.

    Wp login details below.

    Most of the css i tried, i deleted after noticing that it doesn’t work, below you can see what is in my enfold settings now.

    Quick css:

    .header_color .main_menu ul:first-child > li > a:hover {color:white;}
    
    #avia-menu > li:hover {background:#0082C2; color:white !important;}

    Also tried it from the styling extra panel: http://pasteboard.co/29QH0QYw.png

    Kind regards!

    in reply to: Always Transparent Header #536110

    Sorry for the late reply. I managed to get ik working myself. Added instructions in the other support post for newer theme version.

    in reply to: Glassy transparent header #536108

    For anyone who uses newer theme versions and still wants the header to shrink when you scroll:

    Change

    if(transparent)
                    {	
                    	if(st > 50)
                    	{	
                    		//header.removeClass('av_header_transparency');
                    		av_change_class(header, 'remove', 'av_header_transparency');
                    	}
                    	else
                    	{
                    		//header.addClass('av_header_transparency');
                    		av_change_class(header, 'add', 'av_header_transparency');
                    	}
                    }
    
                   
                }

    To:

    if(transparent)
                    {	
                    	if(st > 50)
                    	{	
                    		//header.removeClass('av_header_transparency');
                    		//av_change_class(header, 'remove', 'av_header_transparency');
                    	}
                    	else
                    	{
                    		//header.addClass('av_header_transparency');
                    		av_change_class(header, 'add', 'av_header_transparency');
                    	}
                    }
    

    So you only have to comment out the 1 line to make header always transparant AND remain shrinking header.

    in reply to: Always Transparent Header #529108

    Hi Yigit,

    The shrinking header option was always on, but since i changed the code like in this post https://kriesi.at/support/topic/glassy-transparent-header/#post-310605 the header doesn’t shrink anymore.

    I changed

    if(transparent)
                    {	
                    	if(st > 50)
                    	{	
                    		//header.removeClass('av_header_transparency');
                    		av_change_class(header, 'remove', 'av_header_transparency');
                    	}
                    	else
                    	{
                    		//header.addClass('av_header_transparency');
                    		av_change_class(header, 'add', 'av_header_transparency');
                    	}
                    }
    
                   
                }
    

    to

    
    if(transparent)
                    {
                    		header.addClass('av_header_transparency');
                    }
    

    I don’t mean to change the color of menu items, but the color of the whole header, i want to make it a bit less transparant than it is now. Edit: i managed to change the color of the whole header using css! Since i don’t have js knowledge, i’d be great if you can help me out with the not-shrinkring menu.

    Thanks!

    in reply to: Always Transparent Header #528843

    Hi,

    I changed the code and the header stays transparant. Though i was wondering if it would be possible to have the menu get smaller as you scroll down (as in the unchanged situation)

    Also i can’t seem to find where to change the color of the transparant glassy menu.

    Kind regards!

    in reply to: Portfolio next/prev buttons in page #513037

    Elliott,

    I uploaded a short video to show you the problem.

    Kind regards.

    in reply to: Portfolio next/prev buttons in page #512998

    Elliott,

    Because i had to do some work on the website, i recovered the original functions.php so the site worked fine when you checked.

    Your functions.php is now enabled, please click the links from my previous post, you will see the problem.

    in reply to: Portfolio next/prev buttons in page #512693

    Hi Elliott,

    I discovered what’s going on, the portfolio entries show up (with prev/next buttons) but normal pages show a blank content section.

    I added links to normal page and project page below.

    in reply to: Masonry enfold arrow hover #512012

    Hello Yigit,

    Thank you! your code gives the arrow the right colour, the only problem is there is a delay in the changing of the color. Again i tried a bunch of code but didn’t get it to work right. See the first post for the page that contains the masonry.

    Kind regards.

    in reply to: Portfolio next/prev buttons in page #512004

    Hi Elliott,

    Thanks for your effort but the code caused all blank pages. I recovered the original functions.php and the site worked again, i saved the file you edited as functions_elliott.php in the original folder.

    I don’t have the knowledge to see what went wrong with the code you used, i’d appreciate if you could take another look.

    Kind regards.

    in reply to: Portfolio next/prev buttons in page #510004

    Hi Elliott,

    I tried:
    <?php previous_post_link();?>
    <?php previous_post_link();?><?php next_post_link();?>
    <?php previous_post_link(); next_post_link();?>

    But non of these showed anything.

    Below i added wp and ftp acces, i’d be great if you can take a look.

    Thanks in advance!

    in reply to: Portfolio categories not showing right postst/acting werid #509957

    Ismael,

    I finally realized what caused the problem: my custom css on the masonry! The correct items are now displayed:)

    I’m sorry for all these posts about this problem i caused myself! Thanks for being patient and helping me out!

    There’s still a little imperfection in the display of the portfolio items. Since this is caused by the customization itself, i fully understand i you can not help me on this one, just say the words and i’ll mark the topic as solved. If, thanks to your help, i can perfect my masonry skin i’ll make sure to share the css somewhere so other enfold users can copy it!

    When switching categories the items flash on load, i uploaded another short video to show the problem: https://youtu.be/kJ8bKOOqOs4

    Maybe you see the code mistake right away, than you can tell me. If you don’t, wish me luck finding it myself:)

    in reply to: Portfolio categories not showing right postst/acting werid #509895

    Hi Ismael,

    Thanks for your effort. What you added is a portfolio grid, but i really need it to have the masonry look.

    I changed the portfolio grid on your test page to a masonry and it doesn’t work there either:( btw i had already tried creating a new page.

    Kind regards.

    in reply to: Portfolio categories not showing right postst/acting werid #509453

    Hello Ismael,

    Thanks for the remarks about the slugs. I have changed all the slugs for the categories like you suggested.

    Unfortunately the problem of the portfolio still exists. The site is meant to go online next week, so i need to fix it soon.

    I’d like to ask you this question: As a developer, what would you do if you ran into this problem? My plan is start with a completely new wp+enfold install, and than connect the current database and wp uploads folder to this install. I’m kinda hoping that you’ll say that won’t be necessary, but i kinda know it is haha.

    Kind regards & enjoy your weekend!

    in reply to: Portfolio categories not showing right postst/acting werid #508923

    Hello Ismael,

    Thanks again for the reply. Unfortunantly the catetory has only 2 entries in it, dependening on the screen size you’re using the site will show additional entries that are not in the category.

    I’m reallt satisfied with the enfold support, and i understand that since this might be a unique problem that is not a bug of the theme, you might not be able to fix it for me. If you can point me in the right direction of the problem i would very much appreciate. I have already uploaded newly downloaded theme files but this didn’t make a diffrence.

    Just so you can get a clear overview of the problem i uploaded a youtube video that shows the problem: https://youtu.be/9efW7YLeUm0

    Kind regards.

    in reply to: Portfolio categories not showing right postst/acting werid #508264

    See private content section.

    in reply to: Portfolio categories not showing right postst/acting werid #507229

    Hello Yigit,

    Thanks for your reply.

    I updated the theme to the newest version, unfortunantly the problem still exists.

    What you can do to reproduce the problem:
    1. Go the link in the private content section and login with provided credentials
    2. Click on a portfolio category, for example ‘Stedenbouw’
    3. At first, the right entries are shown, but after a second or so more entries are displayed, these entries are not in the category you clicked on.

    I get this problem in chrome, safari and edge. I tried on multiple devices but all show the problem

    Figured it might be useful to see wich categories are applied to entried, see below for wp login.

    Thanks in advance.

    • This reply was modified 9 years, 2 months ago by lucasvrooij.
    in reply to: Portfolio categories not showing right postst/acting werid #507166

    Hello Rikard,

    Are you sure you get 404 on the link I added again? The only thing i can think of is my server blocking traffic from your country. Can you try using a dutch vpn? I you tell me where you’re from i can see if i can do something about it.

    Kind regards.

    in reply to: Portfolio next/prev buttons in page #506605

    Hi Elliott,

    Thanks again for responding quickly.

    I forgot to mention i had also tried adding the php to the file you mentioned. The code now looks like this:
    <?php do_action(‘ava_after_content’, get_the_ID(), ‘single-portfolio’); ?>
    <?php previous_post_link(); ?>
    </article><!–end post-entry–>

    <?php
    $post_loop_count++;
    endwhile;
    else:
    ?>

    But still the button doesn’t show up in my portfolio item. I tried multiple places in the file that seemed plausible to me, are you sure this is the right file to add the code in?

    Kind regards.

    Kinds regafrds

    in reply to: Masonry enfold arrow hover #506371

    Hi Rikard,

    Thanks for your reply.

    I wish i could say thanks, problem solved! But unfortunantly your suggestion didn’t work. Maybe because of the order in wich elements are structured it’s simply impossible to do this?

    Kind regards,
    Lucas van Rooij

    in reply to: Portfolio next/prev buttons in page #506362

    Hello Elliott,

    Thanks for you reply.

    I expected your reference to de wp codex to completely solve my problem (didn’t even know it was a core wp function). But unfortunantly the buttons won’t show up. When i insert things like <?php next_post_link(); ?> or <?php next_post_link( ‘%link’, ‘Next post in category’, TRUE ); ?> the buttons don’t show up in the page.

    I inserted a codeblock in the pagebuilder, maybe this is the problem? Also might have something to do with the fact that the button’s are already shown as floating buttons?

    Kind regards,
    Lucas van Rooij

    in reply to: Read more not showing in blog categories #502277

    Thanks Elliott! Worked perfectly!

    in reply to: Create fullwidth section #502276

    Thanks Ismael! Did the trick:)

    in reply to: Create fullwidth section #440041
    This reply has been marked as private.
Viewing 30 posts - 31 through 60 (of 60 total)