Forum Replies Created
-
AuthorPosts
-
Hi!
The Enfold demo is not yet updated, it is using version 1.8.4. Please download the latest version which is 2.2.
Cheers!
IsmaelSeptember 27, 2013 at 9:21 am in reply to: Transparancy of content background, custom mouse-over and no menu borders? #167068Hi!
1.) Can you please post the image again? It is not working.
2.) Unfortunately, the grayscale hover effect can’t be easily implemented. Maybe this plugin will help: http://wordpress.org/plugins/grayscale/
Cheers!
IsmaelSeptember 27, 2013 at 9:19 am in reply to: Error message in child theme:parent theme is required in the child theme. #167067Hello!
You should place enfold parent folder and enfold child theme folder inside wp-content/themes folder. Is that what you did?
Regards,
IsmaelHello uattah!
Did you change the permalink settings prior to the issue? Have you tried deactivating all your plugins?
Please give us a link to your website.
Regards,
IsmaelHello 12Switch!
Can you give us a link to the website? The link http://waterlandfilm.12switch.nl/ is not working.
Best regards,
IsmaelHello!
The thumbnail sizes are specified on functions.php.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderRegards,
IsmaelSeptember 27, 2013 at 9:11 am in reply to: Is there any way to have featured images applied automatically by category? #167061Hi kirkmc!
I’m not sure if that is possible. You need to manually upload a category image as featured image for each post.
Best regards,
IsmaelSeptember 27, 2013 at 9:06 am in reply to: Blog Page to show Excerpt or First 150 chars of post #167059Hello!
Edit a post, click on Screen Options. Enable the Excerpt option. You can manually specify an excerpt on the Excerpt field. Another method is to use the <!- more –> tag. http://en.support.wordpress.com/splitting-content/more-tag/
Please don’t select a static page on Settings > Reading. Set “Frontpage displays” > Your latest Post. I know this is not related to the Blog Post element on the Avia Builder but on Settings > Reading find “For each article in a feed” option, enable “Summary”.
Regards,
IsmaelSeptember 27, 2013 at 8:50 am in reply to: Solution to disable Next/Prev portfolio navigation doesn't work #167056Hello!
Switch to Language B then place the css again. You can also add the code on custom.css to affect all languages.
Cheers!
IsmaelSeptember 27, 2013 at 5:41 am in reply to: Changing 'empty' table cell colors, Icons, Shortcode and $ #167017Hi summerg!
1.) How do I change the icon that is shown in the button row? I would like a checkmark instead of a heart.
Edit the Button Row then scroll below, select the icon that you want.2.) How do I change/enlarge the “$” in my pricing row? It’s too small.
Add this on your custom.css or Quick CSS:.pricing-table li.avia-pricing-row .currency-symbol { font-size: .9em; top: 0; }3.) Can you give us a link to the page please?
Cheers!
IsmaelHi!
You can add this on your custom.css or Quick CSS:
#menu-item-search { display: none; }Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS to hide the meta infos:
.post-meta-infos { display: none; }Cheers!
IsmaelHi!
I visited the site http://www.smurkcreative.com and refresh it a few times but I can’t see the blue links outlining the page. Please post a screenshot if you catch the issue.
Cheers!
IsmaelSeptember 27, 2013 at 5:22 am in reply to: ISSUE: Icon List Renders Q as O or cuts off the Tail Page #167010Hello!
If you add the filter code above. The Roboto text will be available on Enfold > Styling > Heading Font and Defines the Font for your body text option. Although, sometimes you need to manually specify the font on certain elements.
Regards,
IsmaelSeptember 27, 2013 at 5:19 am in reply to: ISSUE: Icon List (undefined) Error Since 2.x Upgrade #167009Hi!
I can’t reproduce the issue on my end. Have you tried this on a different browser? Please download the theme again on your themeforest account. Maybe a file is corrupt.
Cheers!
IsmaelHi!
I’m a bit lost. You want to remove the “Home” menu on all portfolio pages?
.single-portfolio .hide-home { display: none; }Regards,
IsmaelHey,
Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. You can manually edit the toggles.
[av_toggle_container initial='0' mode='accordion' sort='' custom_class=''] [av_toggle title='Toggle 1' tags=''] You place the content here. [/av_toggle] [av_toggle title='Toggle 2' tags=''] You place the content here. [/av_toggle] [/av_toggle_container]Regards,
IsmaelHello!
Please increase wordpress php memory limit:
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi!
I tested Enfold’s menu on IE8 and it looks fine. This is what I see:

Can you give us a link to the website? We need to inspect the menu.
Regards,
IsmaelSeptember 27, 2013 at 4:59 am in reply to: Problems with changing icons and Social Media in Header- Please advise #167003Hey!
You can add this:
#top .social_bookmarks { position: absolute; right: 0; top: 60px; } .main_menu { right: 120px; } .phone-info { top: 70px; position: relative; right: 7px; }Cheers!
IsmaelSeptember 27, 2013 at 4:49 am in reply to: ALTER "MAIN COLOR" in the case of the MEMBERSHIP PAGE #167002Hey!
You can use this to change the promobox font:
.avia-promocontent p { color: red; font-family: 'Open Sans', sans-serif; }Best regards,
IsmaelSeptember 27, 2013 at 4:42 am in reply to: Search field in menubar instead of tooltip-search possible? #167000Hi selvaria!
This will get your started. Edit header.php, remove everything then replace it with this code: http://pastebin.com/aBEyEpni
Add this on your custom.css or Quick CSS:
.avia-search-tooltip.avia-tt { display: block !important; opacity: 1 !important; top: 0 !important; left: 80% !important; } #menu-item-search { display: none; }Regards,
IsmaelHello!
2.) Replace the code with this:
#header_main .container { height: 300px !important; line-height: 82px !important; }Cheers!
IsmaelHi!
My bad! Please use this:
.bottom_nav_header.social_header .logo { position: relative; width: auto !important; }Cheers!
IsmaelHey Albulushi!
The LayerSlider shortcode is not functional. You need to use the Advance Layout Builder to insert the slider. You can’t place them inside Layout Elements like Columns and Color Section.
Regards,
IsmaelHi sopadale!
You can add this on your custom.css or Quick CSS:
.main_color.inner-entry .grid-content { min-height: 60px; }It will set a minimum height for portfolio title and excerpt. Adjust the height.
Best regards,
IsmaelSeptember 27, 2013 at 4:17 am in reply to: Problems When Using Dreamgrow Scroll Triggered Box #166987Hi josephgut!
You can add this on your custom.css or Quick CSS:
.main_color.inner-entry .grid-content { min-height: 60px; }It will set a minimum height for portfolio title and excerpt. Adjust the height.
Best regards,
IsmaelHi Mikeoc!
Can you give us a link to the website? Did you remove browser cache then reload the page a few times?
Regards,
IsmaelHey!
Go to Enfold > General Settings > Blog Style. Select the style you want.
Cheers!
IsmaelHi brixy!
Have you tried this on a different browser?
Please download this sql file:
http://www.mediafire.com/download/rq52b2fkhn4if64/kriesi_enfoldtest-migrate-20130924030922.sql
You can manually Import the database via phpMyadmin. http://www.youtube.com/watch?v=yABMJrGX9fo
Regards,
Ismael -
AuthorPosts
