Forum Replies Created
-
AuthorPosts
-
October 19, 2013 at 3:11 am in reply to: Font in firefox is italic across the the whole site+safari it glows on and off! #177677
Hi midischool!
What OS are you testing this with? Can you please provide a link to your website? The demo looks great on firefox. I am on Windows 7 64bit machine using Firefox 24.0.
Best regards,
IsmaelHi!
It takes forever to load your website. I think you should upgrade your hosting services. Please install WordPress again from scratch then download the latest version of Enfold on your themeforest account.
Best regards,
IsmaelHi!
Go to Appearance > Menus, click “Links”. On the URL, remove everything then place the hash tag (#) symbol. On the label place the text “Værktøjskassen”. Use it instead of the old menu item that you created.
Regards,
IsmaelHey net-guru!
Do you have the latest version of Enfold? Please update your installation.
Best regards,
IsmaelHi!
Can you please remove the social icons on Enfold > Header? Please create them from scratch.
Regards,
IsmaelHi mikaelsv!
Your post is broken. Can you please paste the code on pastebin.com?
Regards,
IsmaelOctober 19, 2013 at 2:25 am in reply to: How can I get the youtube video to stop autoplaying on homepage (Layerslider)? #177633Hi net-guru!
Edit the slider then go to Global Settings. Go to Slideshow panel and turn off “Automatically play videos” option.
Regards,
IsmaelHi Mini2010!
No, there is no shortcut or option to set the theme settings for all languages. If you have a custom modifications using css, you can add it on custom.css to affect all languages.
Regards,
IsmaelHi!
They say this happen when your page or your content is too small. Chrome’s built-in “Oops” 404 page is displayed, like the one in IE, when the page emits only the 404 header and less than a defined number of bytes of content. Please try to flush or change the permalink settings a few times or add more content.
Best regards,
IsmaelOctober 18, 2013 at 4:40 pm in reply to: When I edit content sections are mysteriously deleted. #177469Hey!
I don’t want to mess up with your plugin settings. Can you please deactivate all of them especially the WP Bakery and PageBuilder? Also, please go to wp-content/plugins/ delete the plugin folders that are not being use.
Cheers!
IsmaelHi CooperDevon!
If the mobile works ok then maybe the issue is the browser? Can you please remove browser cache then reload the page? Kriesi already checked this using MAC and the icons on your site renders fine.
Regards,
IsmaelHi!
Please try to move the left sidebar using this:
.sidebar_left.sidebar { text-align: right; right: -20px; z-index: 2; } .responsive .container .ten.units { z-index: 5; background: white; }
Regards,
IsmaelHi!
Please edit css > shortcodes.css, find all property values like this then remove them:
-webkit-perspective: 1000;
and this
-webkit-backface-visibility: hidden;
Remove browser cache then reload again.
Regards,
IsmaelHi!
You can adjust padding to spread the menus:
.bottom_nav_header.social_header .main_menu ul:first-child > li a { padding: 0 39px; }
You will need to use Media Queries to change the paddng on different screen sizes like this example:
@media only screen and (min-width: 768px) and (max-width: 989px) { .bottom_nav_header.social_header .main_menu ul:first-child > li a { padding: 0 39px; } }
Regards,
IsmaelHi bivvo!
You can edit functions-enfold.php, find this code:
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",
Replace the {heading} part with h2, h3 or anything you want.
'html' => "<div class='{class} title_container'><div class='container'><h2 class='main-title entry-title'>{title}</h2>{additions}</div></div>",
Cheers!
IsmaelHi pmconsulting!
All of the submenus are encoded inside a container. You can’t force the active submenu to show. You need to hire a freelance developer to modify the theme for you.
Best regards,
IsmaelHey!
You can edit functions.php, find this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Change it to:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entries
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHello!
Kriesi use this plugin to minify css and js scripts: http://wordpress.org/plugins/bwp-minify/
Best regards,
IsmaelHi Cutegi!
What part of the theme are you trying to set as transparent? You can use the Quick CSS field to specify a transparent background:
.header_color .header_bg { background-color: rgba(0,0,0,.3); }
Use rgba color values.
Best regards,
IsmaelHello!
I tested the site on IE8 and the menu shows fine.
Can you please remove browser cache then reload the page?
Regards,
IsmaelHello MadToban!
Asia icons? Can you please give us a link to your website?
Cheers!
IsmaelHi PPCHound!
You can use the Easy Slider instead. LayerSlider can’t be constrained inside a column element.
Regards,
IsmaelOctober 18, 2013 at 3:15 am in reply to: Previous/Next buttons on Portfolio Items restrict to 1 category? #177254Hey mikey66!
Please edit the functions.php file and then add this code:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('product')) { $settings['taxonomy'] = 'product_cat'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }
Cheers!
IsmaelHey!
Please try this on your custom.css or Quick CSS:
.grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry { min-height: 324px; }
You have a lot of plugins installed. Please deactivate them, see if the issue persist.
Cheers!
IsmaelHi Carmitma!
You can use the the boxed layout or you can set the slider width to 1210. It is the largest width of the Enfold theme.
Regards,
IsmaelOctober 17, 2013 at 5:19 am in reply to: The post still shows 8 comments when there are none #176839Hello chryseis!
Can you please give us a link to the website? Go to Dashboard > Home > Recent Comments > Remove everything including the Trash.
Cheers!
IsmaelHi!
I’m not sure why the alphabetical order doesn’t work for the symbols. Let me ask some help from Kriesi and other support members.
Regards,
IsmaelHi!
@CurtyCurt: Thanks for your help. I hope Indiatravelz consider your offer. :)Best regards,
Ismael -
AuthorPosts