Forum Replies Created

Viewing 30 posts - 61 through 90 (of 276 total)
  • Author
    Posts
  • in reply to: WYSIWYG-editor disappears when Enfold is activated #975589

    Hi Victoria,

    The credentials are in the private part.

    Regards,
    Erwin

    in reply to: strange anchor menu behaviour #973347

    Hi Mike,

    Great solution! Thank you!

    Regards,

    Erwin

    in reply to: strange anchor menu behaviour #972641

    Hi Ismael,

    Thank you for your reply. I’ve installed the plugin, created a new menu-item and added the code in the visibility-field. But unfortunately nothing changes.
    When I change the explanation mark from the absolute url to the anchor, the behaviour of the highlight is okay, but leaving the homepage the anchorlink doesn’t reach the section on the homepage anymore.

    Regards,
    Erwin

    • This reply was modified 6 years, 5 months ago by Erwin.
    in reply to: strange anchor menu behaviour #971550

    But when I enter the site, the homepage, ‘OVER MIJ” is already highlighted. This should happen when I scroll to the section ‘OVER MIJ’, not on top of the page.

    Regards,
    Erwin

    in reply to: strange anchor menu behaviour #970574

    I see I included the wrong url. The new one in the private section should work.

    Regards,
    Erwin

    in reply to: strange anchor menu behaviour #968048

    Hi,

    The site isn’t live yet, so Try as you like ;-).

    Regards,

    Erwin

    in reply to: strange anchor menu behaviour #966897

    Hi,

    Done, see the private section for the credentials.

    Regards,

    Erwin

    in reply to: strange anchor menu behaviour #966348

    Trying to figure this out. When I use the whole url in the menu ending with #overmij, it highlight the menu wherever I am. Using only #wopr, without the url, it’s working fine. But now I can’t navigate to the section #overmij outside the homepage.

    in reply to: strange anchor menu behaviour #966344

    Hey Rikard,
    That solves the navigation indeed, thanks! But the same menu-item is still highlighted on top of the page. How can I solve that?

    Regards,
    Erwin

    in reply to: Light version of google fonts #929400

    You can close it.

    in reply to: Light version of google fonts #929396

    I was trying to add an image with the font-setting, but snag-it was offline. When I was trying to reload the page I saw that the font for the body-text was set back to arial. I think I was so stupid to not save this setting, unbelievable. So stupid of me… It does work now.

    Thank you very much and I’m apologizing for taking your time.

    Regards,
    Erwin

    in reply to: Light version of google fonts #929390

    Hey Guenter,
    We’re already diving into it, but as Jordan, I’m really thankful for thinking with me.

    Here you can find the site

    in reply to: Light version of google fonts #929385

    That’s the way I did it. In website styling I set it as global font for body-text. Cause this didn’t work, the font-weight, the font is indeed hindi, I also set it in advanced styling for the body-text and for <p>. That is correct I think?

    in reply to: Light version of google fonts #929375

    I see, in the first part for the heading it is present, in the content-part it isn’t, also the closure tag is missing. That was a sloppy way of copying, in my functions-file they both are present.

    in reply to: Light version of google fonts #929369

    Thank you for looking into it.

    Can you specify me what is missing?

    in reply to: Light version of google fonts #929347

    Hey,

    Thank you for the lightning fast respons!

    Just tried right now, same effect as in dev tools. No change at 300, a bolder text at 700.

    Regards,
    Erwin

    in reply to: Hide logo at the top of page, show when scrolling down #888095

    Hi,

    Works great! Thank you. You can close this topic.

    Regards,

    Erwin

    in reply to: Hide logo at the top of page, show when scrolling down #887789

    Hi Jordan,

    I removed the code.

    Regards,

    Erwin

    in reply to: Transparent header with borders as default #868604

    Hi Ismael,

    Thank you! Now I have the transparant header with border as default.

    I did notice the space at the end, but it was also there with the glassy one and then it functioned, strange. Glas that it’s solved.

    You can close the topic.

    Regards,
    Erwin

    in reply to: Transparent header with borders as default #867896

    Hi Victoria,

    I’ve first used the code mentioned above, that was working fine. Adding a page the transparent header ws already selected. So I went searching in functions-enfold.php for glassy and found an ID. Changing this gives me the following code:

    add_action( 'after_setup_theme', 'enfold_customization_product_switch' );
    function enfold_customization_product_switch(){
    	add_filter('avf_builder_elements', 'avf_builder_elements_mod');
    }
    
    function avf_builder_elements_mod($elements)
    {
    	$counter = 0;
        foreach($elements as $element)
        {
    		if($element['id'] == 'header_transparency')  {
                $elements[$counter]['std'] = 'header_transparent header_with_border ';
            }
    
            $counter++;
        }
    
    	return $elements;
    }

    Unfortunately the code didn’t work anymore with the change of ‘header_with_border’.

    So, if you can help me with this, that would be great.

    Regards,

    Erwin

    in reply to: Transparent header with borders as default #867499

    Hi,
    I’m sorry, linked the wrong topic on your support-forum. The right topic is this. In this topic Ismael is giving the code for a glassy header by default. This is still working great, have tested it. I’m only looking for the right id for the transparant header with border. See the given code below.

    add_action( 'after_setup_theme', 'enfold_customization_product_switch' );
    function enfold_customization_product_switch(){
    	add_filter('avf_builder_elements', 'avf_builder_elements_mod');
    }
    
    function avf_builder_elements_mod($elements)
    {
    	$counter = 0;
        foreach($elements as $element)
        {
    		if($element['id'] == 'header_transparency')  {
                $elements[$counter]['std'] = 'header_transparent header_glassy ';
            }
    
            $counter++;
        }
    
    	return $elements;
    }

    Regards,

    Erwin

    in reply to: Strange blog layout, again/still #867493

    Hi,

    Ismael, thank you for your post, this works great! I’ve copied the code also for use beneath 950px.

    Would it be possible to align the blog-meta in the center, if beneath 950px? The same should be happening with the read-more on the blog-page. Would be great if possible!

    Regards,

    Erwin

    in reply to: If responsive start entry-title beneath featured image #867296

    Hey Mike,

    Works great! Thank you, you can close the topic.

    Regards,

    Erwin

    in reply to: Responsive behaviour of columns #867229

    Hi Mike,

    Thank you, it’s working fine now.

    Regards,

    Erwin

    in reply to: Responsive behaviour of columns #867174

    Hi Mike,

    Thanks for your reply. I’ve removed the code, but that doesn’t change anything. It was there as an attempt of me trying to ge the element up.

    Can you think of anything else?

    Regards,

    Erwin

    in reply to: Responsive behaviour of columns #867141

    Hi,

    I’m sorry, perhaps I wasn’t clear enough. I ment beneath 767px. Above is working fine.

    Regards,
    Erwin

    in reply to: Strange blog layout, again/still #866837

    Hi,

    It are featured images, so there is no alignment-option.

    Regards,

    Erwin

    in reply to: Strange blog layout, again/still #866474

    Hi Jordan,

    No apologies needed! You’re trying to help.

    For the posts I’m using the default editor. On the page which contains the posts, I’m using the ALB to display the posts form the category.

    Regards,

    Erwin

    in reply to: Strange blog layout #865950

    Hi Jordan,

    Thank you for the very quick reply. Works great! You can close this topic.

    in reply to: read-more inline #864702

    Hi Ismael,

    This is another way of approach. Works fine, thank you, just changed the values a bit.

    You can close this topic.

    Regards,

    Erwin

Viewing 30 posts - 61 through 90 (of 276 total)