Forum Replies Created
-
AuthorPosts
-
Hey!
The Color Section is responsive. You can add a background image then set the Background Repeat to Stretch to fit to make it fullwidth. Set the Background Position to Fixed. It should resize according to screen sizes. If you don’t think that it is responsive enough, you can add an ID to the Color Section then use Media Queries to edit the style on different screen sizes.
Regards,
IsmaelHey!
Please try this on your custom.css or Quick CSS:
.with_frm_style .frm_blank_field label, .with_frm_style .frm_error { color: #fe777b; width: 200px; display: block !important; }Regards,
IsmaelNovember 28, 2013 at 10:46 am in reply to: Easy slider resizing images in unpredictable ways. #194258Hey!
Please paste inside the containe, right after this one:
do_action('avia_meta_header'); echo '</nav>'; ?>Give it a unique css selector:
<a class="hyperlink-header"href="http://www.hyperlink.com" target="_blank"> <img src="partner.png" width="45" height="6" alt="Partner-Name"> </a>Let us know if you already make this changesso that we can proceed. Please post a screenshot of what you’re trying to do. We will help you with the adjustments.
Regards,
IsmaelHi sitesme!
Can you please give us a link to the actual contact page?
Best regards,
IsmaelHey!
The thumbnails have different sizes or orientation. We specify a minimum height for the images to align them properly.
Best regards,
IsmaelHey!
I edited the widgets for Displayed Everywhere widget area and it shows properly on the Blog Page. http://evonuedigital.com/blog/
Best regards,
IsmaelHi!
Yes, as far as I know it won’t break other layouts. The bigger the thumbnail the better. CSS will resize it anyway on smaller containers.
Best regards,
IsmaelHi!
That is the portfolio category sort function.You can use the Advance Layout Builder. Insert a Text Block for the page description then insert the Portfolio Grid element. For more info please watch this videos: https://vimeo.com/channels/aviathemes
Best regards,
IsmaelNovember 28, 2013 at 9:05 am in reply to: Pictures Not Displaying When Uploaded to Media Gallery #194221Hi!
You need to edit the file via FTP or your cpanel. Go to the WordPress root folder, edit the wp-config.php file. Increase the php memory limit to 64M or higher. You can do the following:
1.) Deactivate all your plugins. If this works, re-activate the plugins one by one until you find the chaotic plugin(s).
2.) Switch to a default theme, see if the problem persist.
3.) Reset the plugins folder by FTP or PhpMyAdmin. Delete unnecessary plugin folders to remove ghost plugins.
Regards,
IsmaelHi RomainCollignon!
Edit includes > comments.php, remove everything then replace it with this code:
Remove browser cache then reload the post / page.
Best regards,
IsmaelHi candeos!
The code is broken. Can you please post it on http://pastebin.com/? You can use the AddThis plugin, refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606
Best regards,
IsmaelNovember 28, 2013 at 8:50 am in reply to: Easy slider resizing images in unpredictable ways. #194212Hi!
You’re using small images for the Easy Slider. The easy slider will inherit the size of the container. You need to contain it on a Column element or use large images.
Best regards,
IsmaelHi Smaskit6!
You can change that on Enfold > Header > Social Icon. You need to use Header Type that support social icons.
Regards,
IsmaelHey MasterSmee!
Are you currently using a custom post type plugin of some kind? Please deactivate all plugins then reload the Menu panel. Delete all your current menus then create them from scratch. If you created a menu from another theme, you might want to reactivate the theme then delete the menus.
Regards,
IsmaelHey!
Please give us a link to the website. We need to inspect the forum page. Post a temporary login details here as a private reply.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.attachment-portfolio_small.wp-post-image { min-height: 191px; }Remove browser cache then reload the page.
Regards,
IsmaelHi dalcnetsrl!
Please don’t create any changes on the theme files. Go to Enfold > Theme Options > Where do you want to display blog? option then deselect the page that you set as blog. Leave it blank. Create a page then insert the Blog Posts element. Configure the Blog Content Length to show an excerpt or summary.
Best regards,
IsmaelHi!
Go to Settings > Media > increase the Thumbnail size then regenerate the images using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHi!
The cart icon is visible when I checked the website. What is the screen resolution of your monitor? This is the screenshot:

Did you assign a menu for the Theme Locations > Enfold Secondary Menu in Appearance > Menu panel?
Cheers!
IsmaelHey!
You can keep the Avisio theme on your installation while you’re working on the Enfold migration. You can use this plugin to help you export the database on Enfold: WP MIGRATE DB
Please create a database and theme files backup before you try to do anything for security purposes.
Cheers!
IsmaelHey!
You can use this on Quick CSS or custom.css:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #e1e1e1; background-color: white; color: #909090; } #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 100%; max-width: 100%; border-radius: 5px; }Regards,
IsmaelHi Premanjali2!
I tested http://wordpress.org/plugins/html5-jquery-audio-player/installation/ and the shortcode works properly on a Text Block element. You might need to do some css modifications to make it compatible with the theme. You can visit http://werkpress.com/ and hire someone to modify it for you.
Cheers!
IsmaelHey!
It is possible. You can use the Image element instead or use the sliders. :)
Cheers!
IsmaelNovember 27, 2013 at 11:17 am in reply to: 2 THINGS: How do I remove automated P tags in straight text & a bug in Enfold #193816Hi websitegurus!
You can add this code in the functions.php
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );You can also edit the config-templatebuilder > avia-shortcodes > textblock.php, find this code on line 61:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";.. then replace it with:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";This should disable the default wpautop function in the text block.
// http://codex.wordpress.org/Function_Reference/wpautop
Cheers!
IsmaelHey Harmen_Schrale!
I checked the website on Chrome, Firefox and the gallery shows up properly. This is the screenshot:

Maybe a slow internet connection? You can disable the gallery animation, refer to this link: https://kriesi.at/support/topic/iphone-portrait-mode-for-specific-pages/#post-135338
Regards,
IsmaelHi!
Unfortunately, this will require hours of work. Please hire a freelance developer to do the modifications for you. You can visit http://werkpress.com/.
Regards,
IsmaelHey!
Did you insert the Logo/Partner element inside a Color Section like the demo? Set the Color Section’s Section Padding to “Small Padding”.
Regards,
Ismael -
AuthorPosts
