Forum Replies Created
-
AuthorPosts
-
Hi brdconcept!
Can you please post a link to your website? The demo uses 1500x1500px image with image position set to center center. Please configure the Full screen slider options and look for Slideshow Image Size, choose the largest image size.
Cheers!
IsmaelHi sambolleter!
You can use the Content Slider as a news ticker. Set the autorotation to active.
Best regards,
IsmaelHi sky19er!
They look the same except for the portfolio title showing on the latter page. What is the “big image, thumbnail below” layout? It is not available on the portfolio options.
Best regards,
IsmaelHi Morten!
Can you please post a link to your website? What do you mean “where i use left or right sidebar”? Are you talking about the widget menu? A screenshot of what you’re trying to do will help.
Regards,
IsmaelHi bmorejamie!
You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block; } }
Remove browser cache then reload the page a few times.
Regards,
IsmaelOctober 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! #177677Hi 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!
Ismael -
AuthorPosts