Forum Replies Created

Viewing 30 posts - 25,471 through 25,500 (of 25,536 total)
  • Author
    Posts
  • in reply to: Woocommerce Issue #701658

    Hey xyzb!

    Can you post a link in your site that shows the problem and provide us with a temporary admin access? kindly post it in the Private Content section in your reply.

    Regards,
    Nikko

    in reply to: #header_meta mobile height issue? #701654

    Hi mailworm!

    Is the issue already fixed? I checked your site and it seems to be looking good on the area posted above.
    Cheers!
    Nikko

    in reply to: Church demo: Sermons: How did you realize the audio player? #701648

    Hi!


    @Heathcliffe
    : Thanks for helping out. :)

    @Gerald: Please let us know if it works for you :)

    Regards,
    Nikko

    in reply to: Dropdown on sidebar pages widget area #701645

    Hi tlchase!

    Can you give a link to your site? you may post it in the Private Content section so it will only be visible to us and not to anyone.

    Best regards,
    Nikko

    in reply to: Padding on column within color section #701643

    Hey!

    You can try to add this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:1400px) {
      .page-id-10 .flex_column.av_three_fifth.avia-builder-el-8.el_after_av_two_fifth.avia-builder-el-last {
        position: relative;
        right: -100px;
      }
    }

    Just adjust the values, the greater the negative value the more it goes to the right. Can you let us know how wide your screen is? so we can adjust the code, the code above only applies to those who have greater than 1400px screen width, this is just to make sure it will not be messed up for those whose screen aren’t wide enough.

    Best regards,
    Nikko

    in reply to: Remove items from Default Sidebars #701635

    Hey!

    In this statement “You can have 2 courses with contactform7 in the same row? because only leaves a field row D:” (translation) What do you mean by 2 courses? is it columns?

    As for upgrading, please make sure to backup everything first, kindly check this thread for backing up: http://kriesi.at/archives/the-complete-guide-to-updating-enfold so you can have a fallback if there’s a problem during update.

    Cheers!
    Nikko

    in reply to: Schriftfarbe in Icon box lässt sich nicht umstellen! #701633

    Hey Nicoletta_DUS,

    I tested it and it’s changing the colors, In Colors tab of the Icon Box, I’ve set the Font Colors to Define Custom Colors, changed Custom Title Font Color and Custom Content Font Color and set this to white (I have also tried other colors and it works, I just changed it to white), and same for the Icon Colors. I think it works just fine. :)

    Regards,
    Nikko

    in reply to: Controlling the sidebar #701625

    Hi!

    I don’t think accordion slider is the best fit as the content varies greatly in length. I suggest you try this one:
    2 columns image-content (or vice versa) http://kriesi.at/themes/enfold-health-coach/about/
    or you can find some designs in the demo that you may prefer.

    As for the 2nd question, it usually happens if the either the height or width of the image is lesser, so it’s not cropped properly, better way to do this is to have crop in photoshop or other image editing software in the same height and width. Hope this helps. :)

    Regards,
    Nikko

    in reply to: secondary menu color #701616

    Hi!

    It seems like changes in Quick CSS doesn’t seem to take effect in the front-end. I have added the code above to style.css of the Enfold Child, you should see it in Weergave > Editor. Kindly refresh your page using ctrl + f5 to clear browser cache.

    Cheers!
    Nikko

    in reply to: secondary menu color #701304

    Hi!

    Kindly add this code to Quick CSS:

    #header_meta {
        background: black;
    }
    
    .header_color .sub_menu>ul>li>a {
        color: white;
    }

    Just change the colors that you’d like to use. If it doesn’t work try this code instead:

    #header_meta {
        background: black !important;
    }
    
    .header_color .sub_menu>ul>li>a {
        color: white !important;
    }

    Hope this helps. :)

    Regards,
    Nikko

    in reply to: Responsive Column for Table Portrait #701290

    Hi Christian,

    Just add margin-left: 0; to the columns, it should look like this:

    .page-id-857 #av_section_2 .flex_column.av_one_third {
        display: block;
        margin-bottom: 32px;
        margin-left: 0;
        width: 100%;
    }

    if it doesn’t work just add !important after the 0. Hope this helps. :)

    Regards,
    Nikko

    in reply to: Responsive Column for Table Portrait #701279

    Hi Jarol,

    Yes, it’s using fontello, as for changing the icon you may want to follow this thread: https://kriesi.at/support/topic/change-mobile-menu-icon/

    Best regards,
    Nikko

    in reply to: text-conflict in the blog! #701245

    Hi Nicoletta_DUS,

    I checked on the backend and I can verify you have added the code but it’s weird that if I check the front-end it doesn’t fetch the new value, seems like its hard cached but doesn’t seem to have caching plugin. Can you add the code I gave you to the style.css of Enfold Child theme? then open the page and refresh the page using ctrl + f5 to clear browser cache on the page. Hope this fixes the issue.

    Regards,
    Nikko

    in reply to: Display breadcrumbs only in Woocomerce Shop #701237

    Hi CelebrationEvents!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: How to Style Search Return page? #701235

    Hey Kate!

    Yes, editing search.php is the only way, unfortunately you are not using a child theme, which means any changes you do in search.php will be overwritten during the theme update. The safer way is to use a child theme, create search.php in the child theme and copy all contents of search.php in the enfold theme and then modify it the way you want to be formatted.

    Cheers!
    Nikko

    in reply to: Header and logo area transparent #701228

    Hi Amepro,

    I think everything seems to be looking fine. If you have found any issues or something that you want to achieve you can always post a screenshot so it’s easier for us to know what you want to accomplish. :)

    Regards,
    Nikko

    in reply to: Menu underline not visible #701222

    Hey amepro,

    Kindly remove the text-decoration: underline; in Rikard’s code and replace it with

    
        padding-bottom: 3px;
        border-bottom: 2px solid #000;
    

    It should look like this:

    .current-menu-item .avia-menu-text {
        padding-bottom: 3px;
        border-bottom: 2px solid #000;
    }

    just adjust the padding-bottom value to increase/decrease the distance and adjust the 2px of border-bottom to increase/decrease thickness and you can change #000 to change the color of the line.

    Best regards,
    Nikko

    in reply to: Responsive Column for Table Portrait #701213

    Hi jarol!

    Yep, you’re right :)

    Regards,
    Nikko

    in reply to: secondary menu color #701211

    Hi!

    Please post a screenshot and if you can provide more details so we can provide a solution. This is what it looks like on my end and I have circled in red the secondary menu: http://imgur.com/a/cirls

    Regards,
    Nikko

    Hi Ela,

    Glad we could help. Hope you’ll have a great day also :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko. Reason: typo error: mispelled name
    in reply to: All links lost #701198

    Hi Amepro,

    Glad that this is fixed.

    Regards,
    Nikko

    in reply to: I don't want Horizontal scroll on a SINGLE page. How to? #701197

    Hi!

    Unfortunately it could not be removed usually horizontal bars showing up can removed by using overflow-x: hidden. However in this case, the website inside the iframe isn’t responsive, if it’s responsive the issue could be resolved, but since it’s not, it shows the horizontal bar which helps us see the whole site inside it which practically makes sense. If you have control over the site that is showing in the iframe, I think we could really help you in removing the horizontal bar.

    Cheers!
    Nikko

    in reply to: Layered slider stuck at first slide #701181

    Hey PPjev!

    Can you try to re-update the theme, some files might be corrupted during the update that causes the error. You can refer here for instructions: http://kriesi.at/archives/the-complete-guide-to-updating-enfold

    If the problem is still unsolved please provide us with temporary admin access and post it in the Private Content section.

    Best regards,
    Nikko

    Hey wrongjon!

    Can you give us a link to your site? also temporary admin access so we can inspect further. Just post the details in the Private Content section when you reply.

    Best regards,
    Nikko

    in reply to: Controlling the sidebar #701175

    Hey C2S16!

    Can you give us a link and temporary admin access to your site? so we can inspect further and give specific solution. Kindly put the details in the Private Content section in your reply.

    Best regards,
    Nikko

    in reply to: Adding Portfolio Items much quicker #701167

    Hey!

    There are lots of plugins that can duplicate portfolio items but you might want to try this: https://wordpress.org/plugins/duplicate-post/

    Regards,
    Nikko

    in reply to: Display breadcrumbs only in Woocomerce Shop #701163

    Hi!

    Yes, it’s possible but you need change Title and Breadcrumbs header from Hide Both to Breadcrumbs only and add this in Quick CSS:

    .empty_title.title_container {
        display: none;
    }
    
    .woocommerce-page .empty_title.title_container {
        display: block;
    }

    you might to clear cache for it to take effect, if it doesn’t work you may try this code instead:

    .empty_title.title_container {
        display: none !important;
    }
    
    .woocommerce-page .empty_title.title_container {
        display: block !important;
    }

    Hope this helps :)

    Cheers!
    Nikko

    in reply to: Responsive Column for Table Portrait #701147

    Hi jarol,

    You will need to add an id which can be found in section, for example you use this id: custom-id

    @media only screen and (max-width:960px) {
    
    	#top #custom-id .flex_column_table {
    	    display: block !important;
    	}
    
    	#top #custom-id .flex_column.av_one_third {
    	    display: block !important;
    	    margin-bottom: 32px !important;
    	    width: 100% !important;
    	}
    }

    for the meantime you may want to use this code for the specific page:

    @media only screen and (max-width:960px) {
    
    	.page-id-1160 #av_section_2 .flex_column_table {
    	    display: block;
    	}
    
    	.page-id-1160 #av_section_2 .flex_column.av_one_third {
    	    display: block;
    	    margin-bottom: 32px;
    	    width: 100%;
    	}
    }

    Best regards,
    Nikko

    in reply to: Posting a support question #701134

    Hey Rob,

    I have added this at the bottom of your Quick CSS:

    .home .template-page.av-content-full {
        padding: 10px 0 !important;
    }

    this will reduce the extra padding but you can further reduce it if you change the 10px to 0. As for the last question:

    .avia_textblock {
        color: #222;
        font-family: 'custom-font-here', Arial, sans-serif,
        font-size: 16px;
    }

    you can just play in with the values, as for using custom font you might want to check this thread: https://kriesi.at/support/topic/new-custom-font/

    Cheers!
    Nikko

    in reply to: Fullwidth image above header #701119

    Hi Karlinski!

    The site you posted in the Private Content of the thread you have posted returns a 404 Not Found, is it still up?
    Cheers!
    Nikko

Viewing 30 posts - 25,471 through 25,500 (of 25,536 total)