Forum Replies Created

Viewing 30 posts - 58,921 through 58,950 (of 67,163 total)
  • Author
    Posts
  • in reply to: Megamenu help #252521

    Hi!

    Did you try the suggestion above? You can insert a custom link and use it as the mega menu column. Just place a # (hashtag) for the menu url if you don’t want the heading to have links.

    Regards,
    Ismael

    in reply to: Customising the navigation drop down menu #252518

    Hi!

    Thank you for using the theme!

    Please use this on Quick CSS or custom.css:

    .header_color .main_menu .menu ul li a {
    color: blue;
    background: white;
    }

    For hover, use this:

    .header_color .main_menu .menu ul li a:hover {
    color: red;
    background: black;
    }

    Cheers!
    Ismael

    in reply to: Image links – how to? #252475

    Hey!

    The update is under approval, please wait for it on the theme update panel. :)

    Cheers!
    Ismael

    in reply to: Moving Function.php to child #252472

    Hey Richard!

    Thank you for using the theme!

    Are you trying to copy the function on your child theme functions.php? Please post the code here, we need to inspect it. If you don’t mind, please use pastebin.com for the code.

    Cheers!
    Ismael

    in reply to: How to resize the widht of sidebar #252471

    Hi Serena!

    Thank you for using the theme!

    Are you using a left or right sidebar? Anyway, please edit functions.php, find this code on line 152:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Replace it with this:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');

    Best regards,
    Ismael

    in reply to: Embed I Frame of finanzen.de not work #252470

    Hey!

    Thank you for the info. :)

    Can you please post the code using pastebin.com? We would like to check it. Maybe, you’re using php and javascript codes which is not accepted on the wordpress editor.

    Cheers!
    Ismael

    in reply to: Color Section Border #252456

    Hey danieltjohnston!

    Thank you for the link.

    Please add this on Quick CSS or custom.css to remove the border at the top of the section:

    div#costsavings {
    border-top: none;
    }

    Regards,
    Ismael

    in reply to: Theme Styling #252455

    Hi JaredBurnett!

    Thank you for the info.

    We would like to see the actual website where this is happening. You can override the theme files via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Another thing that you can do is to delete the enfold.css file located on wp-content/uploads/dynamic_avia folder. After that make some changes on the theme options then save it. I hope that helps.

    Cheers!
    Ismael

    in reply to: Help Contact form #252454

    Hi Dominik!

    Thank you for using the theme!

    I’m sorry but I’m not sure what it is you’re trying to do. If you increase the field width to 50%, the second field will go at the bottom. If you don’t mind, please post a screenshot and the link to the website.

    Cheers!
    Ismael

    in reply to: Logo adjustments on mobile – after update #252449

    Hey!

    Thank you for the update.

    Please use this:

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    position: absolute;
    right: 40%;
    top: 120px;
    }
    }

    Please visit Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Fehlerhafte Navigation #252447

    Hey gmmediadienste!

    Thank you for using the theme!

    Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. I hope that helps.

    Regards,
    Ismael

    in reply to: Content slider #252443

    Hi!

    Thank you for using the theme!

    I visited the website but I can’t locate the content slider. Do you mind posting the actual page with the slider? You can try this:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,
    Ismael

    in reply to: Facebook Like box in the footer is not showing correctly #252441

    Hi jockejansson!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    div#text-7 div.textwidget iframe {
    height: 75px !important;
    }

    Best regards,
    Ismael

    in reply to: W3 Total Cache Settings #252440

    Hey toolme!

    Thank you for using the theme!

    We usually suggests users to use the recommended settings. You can also refer to this link for a more comprehensive guide:http://www.strictlyonlinebiz.com/speed-up-wordpress-with-w3-total-cache/1231/

    Cheers!
    Ismael

    in reply to: Logo/partner element error #252432

    Hi!

    Thank you for using the theme!

    I didn’t watch the video because my internet speed is suffering right now. If you don’t mind, please post the link of the actual website here so that we can inspect it. We’ll be happy to assist you further once we have taken a look at the website.

    Best regards,
    Ismael

    in reply to: Low pagespeed rank #252431

    Hi!

    Thank you for the info.

    I’ve been suggesting this over and over and I’m sure they will help. These are the things that you can do to optimize the website speed and page load not necessarily targeting mobile but I’m sure it’ll work. You can do the following courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Unfortunately, the customization you’re after is outside the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the changes for you. Please do visit Werkpress for further customization.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    Hi Michael!

    Thank you for using the theme!

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. If you really want to use the plugin, please contact the plugin author or ask support on their forums. Thanks for understanding.

    Best regards,
    Ismael

    in reply to: Fullscreen slider scroll down bug in Safari #252421

    Hi changegroup!

    Thank you for the info.

    If you don’t mind, we would like to see the actual website so that we can check it. On what browser and OS are you testing this?

    Regards,
    Ismael

    in reply to: Update to 2.6.3 > Easy Silder links #252420

    Hi tcoq!

    Thank you for using the theme!

    From what version of Enfold did you update before 2.6.3? You can find the image link right below the actual image option. Look for “Apply a link or buttons to the slide?” option. You might need to reset the links.

    Regards,
    Ismael

    in reply to: Table row colors #252419

    Hey Artinet!

    Thank you for using the theme!

    You can change the alternate table color with this on Quick CSS or custom.css:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: white;
    }

    Best regards,
    Ismael

    in reply to: Menu font larger and change colour #252415

    Hi!

    Glad it worked.

    For the hover color, just use this:

    .header_color .main_menu ul:first-child > li a:hover {
    color: red;
    }

    This is for the dropdown size and color:

    .header_color .main_menu .menu ul li a {
    color: red;
    }
    
    #top .av-main-nav ul a {
    font-size: 15px;
    }

    Best regards,
    Ismael

    in reply to: Layer Slider Responsive Problem #252068

    Hey!

    Glad it is faster now.

    Actually, the first slide’s caption is misplaced even on desktop view. On the layer slide settings > Full-width slider settings, did you specify the width for Layers container field? Put 1140 for Responsive Under, and 1140 again for Layers Container option. I hope that helps.

    Regards,
    Ismael

    in reply to: Embed I Frame of finanzen.de not work #252067

    Hi finon!

    Thank you for using the theme!

    Are you talking about the “Information for your individual contribution calculation” form? I can see it when I check the website using Chrome Windows 8. On what OS and browser are you testing this with?

    Cheers!
    Ismael

    in reply to: Easy Slider? #252066

    Hi!

    Thank you for the update.

    You’re using a cache plugin. If you want to see the changes right away, please empty the cache. Regarding the dots navigation, please use this to remove it:

    div.avia-slideshow-dots.avia-slideshow-controls {
    display: none !important;
    }

    I hope that help.s

    Cheers!
    Ismael

    in reply to: Change Background Color for one page #252061

    Hi!

    Glad you figured it out. If you have any questions, please let us know.

    Cheers!
    Ismael

    in reply to: Image edit fix messes up icons #252060

    Hey!

    I’m sorry if you feel that way. Please use this plugin in place of the default wp image resize: http://wordpress.org/plugins/simple-image-sizes/

    I hope that helps.

    Regards,
    Ismael

    in reply to: Page not responsive on Firefox and Explorer #252058

    Hi Rosa P.!

    Thank you for using the theme!

    I’m not sure why it is broken on Firefox but please add this on Quick CSS or custom.css:

    div.flex_column.av_one_full.first.avia-builder-el-1.avia-builder-el-no-sibling {
    max-width: 909px;
    }

    This should fix the flex column inside the color section.

    Regards,
    Ismael

    in reply to: Megamenu help #252055

    Hi storm-dc!

    Thank you for using the theme!

    Please watch this video in order to give you more idea about creating the mega menu: http://vimeo.com/channels/aviathemes/67651241

    You can insert a custom link and use it as the mega menu column. Just place a # (hashtag) for the menu url. I hope that helps.

    Cheers!
    Ismael

    in reply to: Blog posts on home page align author pic left? #252054

    Hi!

    Thank you for the update.

    Please use this to move the author pic downwards:

    .rounded-container {
    margin-top: 6px;
    }

    Cheers!
    Ismael

    in reply to: Menu Color #252052

    Hi!

    Please use this for the menu font size:

    .av-main-nav > li > a {
    font-size: 16px;
    }

    Cheers!
    Ismael

Viewing 30 posts - 58,921 through 58,950 (of 67,163 total)