Forum Replies Created

Viewing 30 posts - 91,801 through 91,830 (of 92,256 total)
  • Author
    Posts
  • in reply to: Blog Posts / Image #402494

    Hi!

    Try to add this to your functions.php

    function rkv_imagelink_setup() {
    	$image_set = get_option( 'image_default_link_type' );
    	
    	if ($image_set !== 'none') {
    		update_option('image_default_link_type', 'none');
    	}
    }
    add_action('admin_init', 'rkv_imagelink_setup', 10);

    Cheers!
    Rikard

    in reply to: Contact form did not work correct #402489

    Hi!

    So the update solved your problem?

    Regards,
    Rikard

    in reply to: New Grid Row with Hover Effect #402484

    Hey vivant75313!

    I’m not entirely sure what you are trying to achieve here, you want each section to be a separate link, correct? Also, when hovering, you want the text to change to white? If not, please try to explain in more detail or provide us with screenshots highlighting what you are trying to achieve.

    Cheers!
    Rikard

    in reply to: Sidebar/Layout issue #402467

    Hi!

    Did you work the last problem out as well?

    Regards,
    Rikard

    in reply to: problem with woocommerce checkout manager #402466

    Hey piemoo!

    I’m not entirely sure exactly what area your problem is in, could you provide us with a screendump highlighting where to the problem is please?

    Regards,
    Rikard

    in reply to: Responsive columns are not stacking correctly #402460

    Hey Jon!

    I see your problem, did you try to disable all plugins to see if one of them is causing a conflict?

    Cheers!
    Rikard

    in reply to: Table Padding #402455

    Hey!

    Try to add this to Quick CSS:

    .pricing-table>li {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    }

    Concerning the featured image, it depends on what layout you are using. But for SEO purposes, try to keep them as small as possible.

    Cheers!
    Rikard

    • This reply was modified 10 years, 4 months ago by Rikard.
    in reply to: ALIGNING EASY SLIDER TEXTS #402451

    Hey Emin!

    Please try the following code in your Quick CSS:

    .slideshow_align_caption {
    text-align: right !important;
    }

    Cheers!
    Rikard

    in reply to: Blog posts without using the sidebar #402447

    Hi!

    Thanks for the link, as far as I can see you have the featured image to the left with the dashed line connecting the posts and no sidebar on the right, did you manage to work it out? If not, please try to give a more detailed explanation of what you are trying to achieve, screenshots or a simple mock-up could also help.

    Best regards,
    Rikard

    in reply to: Footer does not respect primary color #402445

    Hey Karsten!

    It’s difficult so say what could have gone wrong in this case, glad you got your problem fixed though :)

    Regards,
    Rikard

    in reply to: How to set Accordion Slider max image width #402444

    Hi Tom!

    Try the following instead please:

    #top .aviaccordion-preview-title {
    padding-left: 5% !important;
    }

    Cheers!
    Rikard

    in reply to: Custom Icon Header ( Houzz) #402442

    Hey!

    Are you using a child theme? If you are, then the theme is using the functions.php in your child theme folder. If not, it’s using the functions.php in the Enfold folder.

    Regards,
    Rikard

    in reply to: Overlap image and contact form #402441

    Hey!

    Please try the following:

    section.avia_codeblock_section.avia_code_block_1 {
    top: -40px !important;
    }

    Regards,
    Rikard

    in reply to: Additional transparent header #402440

    Hi!

    I’m not sure I understand exactly what you mean, do you want a different look on different pages? If so, you can use the following code in Quick CSS to get dark header links on this page: http://autek.no/var-ekspertise/

    .page-id-10913 #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a{
    color:#333 !important;
    }

    Cheers!
    Rikard

    in reply to: Image Cropping #402438

    Hi stevewooldridge!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    in reply to: List of PDFs #401902

    Hey IAJulia!

    I’m not entirely sure I understand what you mean, do you want to put a link to a pdf using the accordion element? If yes, that is possible. If not, please elaborate a bit or try to show us with a screenshot or similar to highlight what you are trying to achieve.

    Cheers!
    Rikard

    in reply to: page visibility #401900

    Hi!

    Glad you got your issue fixed :)

    Best regards,
    Rikard

    in reply to: Table Padding #401897

    Hey!

    Try the following in your Quick CSS:

    .pricing-table>li {
    padding: 0px 0px !important; 
    background: transparent !important;
    }
    
    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    opacity: 0.9 !important;
    }

    Cheers!
    Rikard

    in reply to: Mobile version jumps as you scroll down #401893

    Hey!

    I checked it on iPhone 4/Chrome and I can’t reproduce the error you are getting. Did you try to empty your browser cache and reload a few times?

    Cheers!
    Rikard

    in reply to: Blog posts without using the sidebar #401888

    Hi station1!

    Do you have a link for the site/page in question please?

    Best regards,
    Rikard

    in reply to: Menu issue, can't choose different menu #401885

    Hey!

    I can see your menu in the backend, you only have one. Do you want to create another one? If so, you can do so under Weergave–>Menu’s.

    Best regards,
    Rikard

    in reply to: Text instead of logo #401881

    Hey!

    Glad you got it fixed :)

    Best regards,
    Rikard

    in reply to: Drag and Drop Layout Builder not working properly #401879

    Hi!

    I guess you could try to comment out their jQuery call, if something should break just remove the comment again. Please keep us posted on any progress.

    Regards,
    Rikard

    in reply to: ALIGNING EASY SLIDER TEXTS #401859

    Hey!

    Did you have any luck with the code Ismael provided?

    Cheers!
    Rikard

    in reply to: Image not showing in post #401858

    Hi!

    If possible, could you please provide us with a temporary admin login so that we can take a closer look?

    Regards,
    Rikard

    in reply to: More than one recipient in contactform #401857

    Hi!

    Ok great, please get back to us if you should have any other issues.

    Cheers!
    Rikard

    in reply to: Main Menu Styling #401856

    Hey!

    Great, glad we could help :)

    Best regards,
    Rikard

    Hi DavyE!

    Great that it got it fixed for you :)

    Thanks, we are aware of the problem and Kriesi is looking into it. Hope to get it fixed as soon as possible.

    Best regards,
    Rikard

    in reply to: delivery address field breaks during the checkout process.. #401852

    Hey!

    Great that you got it solved, thanks for the info and we’ll keep a note of it if someone else should have the same problem.

    Regards,
    Rikard

    in reply to: Blog style #401846

    Hi Madame_z!

    That code should work, which one of them did you use and where did you add it? Also, did you try to flush your browser cache, restart and reload a few times after the change?

    Cheers!
    Rikard

Viewing 30 posts - 91,801 through 91,830 (of 92,256 total)