Forum Replies Created
-
AuthorPosts
-
November 28, 2013 at 9:05 am in reply to: Pictures Not Displaying When Uploaded to Media Gallery #194221
Hi!
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,
IsmaelHey!
You should wait for another 12 hours or you can download the theme directly on themeforest.
Regards,
IsmaelHi adriaprintweb!
You can use the Layer Sliders’ Import and Export settings. Have you tried that?
Cheers!
IsmaelHi!
It will probably be fixed after you upload it on a live server. Please give us a link to the website when it becomes live.
Cheers!
IsmaelHey edebe!
We can’t seem to fix this issue yet. We suggest to disable the responsive css coding for table on mobile view. Edit css > shortcodes.css find this code on 1203:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }
We might need to adjust the width of the table after.
Best regards,
IsmaelHi!
Please deselect the page on Theme Options > Where do you want to display the blog? option. Create a page then insert the Blog Posts element. Configure the Blog Content Length to show an excerpt.
Cheers!
IsmaelHi Niels!
You can add this on your custom.css or Quick CSS to modify the look of the gallery tooltip:
.avia-tooltip { background: #000; background: rgba(255, 3, 4, 0.8); color: blue; } .avia-tooltip .avia-arrow { background: rgba(255, 3, 4, 0.8); border: none; }
Make sure that the background of .avia-tooltip and .avia-tooltip .avia-arrow is the same. :)
Best regards,
IsmaelHi DENTICS!
I’m sorry but the 2.4.1 version is not available and is gone on themeforest. We suggest you keep a copy of the old version before you update to the newest one.
Cheers!
IsmaelHi MarcG5!
Enfold is a completely different theme compare to Avisio. The framework is different and it has become more complicated because of the Advance Layout Editor. You might need to recreate a lot of your content manually.
Cheers!
IsmaelNovember 27, 2013 at 6:27 am in reply to: how to make the big feature image in blog post non clickable. #193719Hey Delphiine!
What type of Blog Style do you have right now? Can you please give us a link to the blog page? Add this on your custom.css or Quick CSS:
.big-preview.multi-big a { pointer-events: none; }
Regards,
IsmaelHey tomdeloof!
1.) You can add this on your custom.css or Quick CSS:
.news-time { display: none; }
2.) Edit framework > php > class-breadcrumb.php, find this code on line 186:
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
Edit includes > loop-index.php, find this code:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
3.) You can change the color of the iconlist content using this:
.main_color .iconlist_content { color: red; }
Best regards,
IsmaelHey Delphiine!
Can you please give us a link to the page? Are you using a “Small fixed header”?
You can add this on your custom.css or Quick CSS to move the main menu:
.main_menu { top: 20px; }
You can disable the pink line or hover effect using this:
.avia-menu-fx { display: none !important; opacity: 0 !important; }
Best regards,
Ismael -
AuthorPosts