Forum Replies Created
-
AuthorPosts
-
March 2, 2014 at 3:20 am in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #231164
Hey!
Please add this on Quick CSS to highlight the ancestor menus when viewing the child pages:
.current-menu-ancestor a { color: green !important; }Regards,
IsmaelHi!
Are you talking about the read-more arrow? You can use this on Quick CSS:
.more-link-arrow { display: none; }Please post a screenshot about the date info.
Regards,
IsmaelMarch 2, 2014 at 3:11 am in reply to: Blog Posts not showing on Frontpage (Avia Layout Builder) #231162Hey!
Please give us a link to the website and post the login details here. Set it as a private reply. You can just add the Blog Posts element without configuring anything and the posts should show immediately. Make sure that you set the frontpage on Enfold > Theme Options > Frontpage settings. Reset the settings on Settings > Reading to default.
Regards,
IsmaelHi!
You can enclose the price on a div. Something like this:
<div class="price-top-margin"> £4,850<br> £7,700<br> £8,900<br> £16,000<br> £30,000</div>Add this on Quick CSS:
.price-top-margin { margin-top: 20px; } tr th:first-child, tr td:first-child { vertical-align: top; }Use this for the heading row:
.main_color tr.avia-heading-row { background: blue; }Best regards,
IsmaelHi!
Can you please give us a link to the actual website? The testimonial slider has been fixed on the latest version of Enfold. Download version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi!
Unfortunately, that is not possible within the theme. You can only change the button color states using CSS. Can you please give us a screenshot on how you want your button to look like? A link to the page with the button will help.
Regards,
IsmaelHi KevinHaeusler!
Did you add a plugin that handles the featured image? Please deactivate that. You can add this on Quick CSS to remove the big featured image on top:
.single .big-preview.single-big { display: none; }Best regards,
IsmaelMarch 2, 2014 at 2:06 am in reply to: header menu issue (elements are not displaying inline) #231153March 2, 2014 at 2:01 am in reply to: pictures do not show in easy slider and portfolio homepage #231151Hi C0rien!
Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
You can also try it from a different browser.
Cheers!
IsmaelHey condonpb!
Please ask your host to check the php version. The PHP version 5.3.27 FastCGI can cause issues somehow and switching to 5.3.27 CGI (Stable) may fix the problem.
Regards,
IsmaelHey deyowulf!
Can you please post a screenshot of what you’re trying to do? You can select the logo size before you click the “Insert image as logo” or use css to constrain the width and height.
Best regards,
IsmaelHey Ahnell!
We haven’t tested the plugin and we don’t really support third party plugins. You can contact the plugin author.
Best regards,
IsmaelHi!
Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi!
Have you tried adding a <br> tag before the prices? Change the heading text using this on Quick CSS:
.avia-heading-row { color: white; }Best regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
td { vertical-align: top; }Regards,
IsmaelMarch 1, 2014 at 5:49 am in reply to: pictures do not show in easy slider and portfolio homepage #230981Hey rodgerreintjes!
You have an old version of the theme. Please download the latest of version of Enfold on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHi kbrimberry!
Use the portfolio grid element then look for the “Link Handling” option. Select the AJAX portfolio. You can add the gallery below the portfolio items editor, look for “Ajax Portfolio Preview Settings” > “Add previews images” then select “Gallery” on “Display Preview Images” option. For further customization, please visit Werkpress.
Regards,
IsmaelHi!
Can you please post a screenshot of the issue? It looks ok when I resized the browser. Let me ask Devin and Josue to check this.
Best regards,
IsmaelHi!
Are you using a theme before with a layer slider plugin? Please deactivate the plugin if you have installed the standalone version.
Cheers!
IsmaelHi hel4eg!
You can add this on custom.css or Quick CSS:
.grid-content { min-height: 60px; }Cheers!
IsmaelHi!
Please give us a link to the website. We would like to check. Deactivate all plugins except for the WPML plugin. If you have access to .htaccess file, add this:
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200Best regards,
IsmaelFebruary 28, 2014 at 9:15 am in reply to: Transparency / Opacity of background (header, main, footer) #230506Hey Moritz!
Use this for the header:
.nonfixed_header .header_bg { opacity: .9; filter: alpha(opacity=1); }Main content:
.main_color { background-color: rgba(255,255,255,.9); } #main, .html_stretched #wrap_all { background-color: transparent; }Footer:
.footer_color { background-color: rgba(255,255,255,.9); }Best regards,
IsmaelHey Jonas!
You can use this:
.header_color .sub_menu ul li { background-color: #f5f5f5; }Cheers!
IsmaelHey totofunk!
Please try to switch to a default theme then switch back to Enfold.
Regards,
IsmaelHey!
I’ll report this to Kriesi. He’ll check it on his iPhone. I think there are tricks where you can scroll to top on iPhones. That is why the go to top button is hidden on mobile view. Refer to this link: http://www.imore.com/beginner-tip-scrolling-101
Anyway, Yigit’s suggestion should show the button on iphone screens.
Best regards,
IsmaelHey 12Switch!
Create a js folder then place a avia.js file inside. Add this on the child theme’s functions.php:
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Cheers!
Ismael -
AuthorPosts
