Forum Replies Created
-
AuthorPosts
-
Hi!
Clear the cookies and cache in your browser. Close all browsers, reopen it and try logging back into your WP Admin. Change the permalink structure on Settings > Permalinks then save it. Do this a few times. In the Settings > General, make sure that the WordPress address (URL) and the Blog address (URL) match.
Cheers!
IsmaelOctober 19, 2013 at 5:14 am in reply to: Stretching header menu to fullwidth instead of 1210px #177712Hi DavyE!
What type of header are you using right now? Please check Enfold > Header > Header type. You can adjust the header menu width by increasing the padding between menu items.
.main_menu ul:first-child > li > a { padding: 0 15px; }Use Media Queries to adjust it on different screen sizes.
Best regards,
IsmaelHey!
It is not possible to direct the link of the product grid manually. They will always link to the product pages. Enfold 2.4 will be release soon and I think the masonry gallery layout will be available on the theme.
Regards,
IsmaelHey!
You need to install the LayerSlider seperately if you want the shortcode. Edit functions.php, find this code:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider pluginRemove it. Remove all Layer Slider elements on every pages to avoid errors. Install the Layer Slider plugin manually then re-create the sliders.
Regards,
IsmaelHey gianmarizzi!
Can you please give us a link to the website? Please download Enfold 2.3.2. The logo issue on IE browser has been fix on the latest Enfold update.
Cheers!
IsmaelHey Wouter!
Thank you for noticing. You can replace it with:
# @ avia_framework #: search.php:23 msgid "If you are not happy with the results bellow please do another search" msgstr "Als u niet tevreden bent met het resultaat, voer a.u.b. nogmaals een zoekopdracht uit."Use PoEdit to create the .mo file.
Regards,
IsmaelHi 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 entriesChange it to:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entriesRegenerate 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,
Ismael -
AuthorPosts
