Forum Replies Created
-
AuthorPosts
-
Hey!
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,
IsmaelHey timfl!
If you want to add more than one google font, the code should look like this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Alef'] = 'Alef'; $fonts['Roboto'] = 'Roboto'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Alef'] = 'Alef'; $fonts['Roboto'] = 'Roboto'; return $fonts; }
Regards,
IsmaelHi!
Did you set the homepage on Enfold > Theme Options > Frontpage?
http://relatiidecuplu.com/relatii-de-cuplu/
Best regards,
IsmaelSeptember 26, 2013 at 6:43 am in reply to: Dummy Data Wont import – Says import fine without a problem but nothing changes #166450Hey!
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. This is the whole shortcode for “One Page Portfolio”.
Cheers!
IsmaelHello bizzappsconsult!
I’m not sure if this is possible. I can only find zooz plugin for woocommerce.
http://superplug.in/product/woocommerce-2-zooz-payment-gateway/
Regards,
IsmaelHi bizzappsconsult!
You can use SEO Yeost plugin.
http://wordpress.org/plugins/wordpress-seo/
Regards,
IsmaelHello yukanl!
Have you tried to insert it again using the Visual Editor of the page?
Regards,
IsmaelHello bizzappsconsult!
1.) WPML is the only configured plugin that you can use for Enfold. Yes, you can use qTranslate but we can’t assure that the plugin is compatible with the theme.
2.) What do you mean delete all pages? The search field will search all of the created pages, post, portfolio items, products that you created inside the wp admin dashboard.
Cheers!
IsmaelHi giammi73!
Go to Enfold > General Settings > Blog Style, select any kind of layout except for the Grid Layout. Edit your “Blog” page, switch to Advance Layout Editor then insert the Blog Post element. Select “Grid Layout” as blog style. :)
Best regards,
IsmaelSeptember 26, 2013 at 6:23 am in reply to: Exclude items from Portfolio Post Nav (Arrows on the left/right) #166440Hey rhunecke!
Edit functions-enfold.php, find this code:
$entries['prev'] = get_previous_post($same_category); $entries['next'] = get_next_post($same_category);
Replace it with:
$entries['prev'] = get_previous_post($same_category, 'CATEGORY ID HERE'); $entries['next'] = get_next_post($same_category, 'CATEGORY ID HERE');
Add the category id of the category that you want to exclude.
Regards,
IsmaelSeptember 26, 2013 at 6:07 am in reply to: Problems with changing icons and Social Media in Header- Please advise #166436Hi!
1.) This is a css to make a large part of the icon box clickable.
.iconbox_content_title a { display: block; position: relative; width: 200px; height: 200px; z-index: 9999; } .iconbox_content p { position: absolute; top: 20px; }
2.) You need to use “Fixed Header with Social Icons and additional Navigation” as the Header Type then we can modify the css positioning of the contact number and the social icons.
Best regards,
IsmaelSeptember 26, 2013 at 5:56 am in reply to: How can i add a link or a button on layerslider with a HOVER effect? #166433Hi!
You can add the avia button markup inside a layer.
<div class="avia-button-wrap layerslider-button avia-button-center avia-builder-el-1 el_after_av_blog avia-builder-el-last "><a href="LINK HERE" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-center "><span class="avia_iconbox_title">THIS IS A BUTTON</span></a></div>
Add this on your custom.css or Quick CSS to change the hover effect.
.main_color .layerslider-button .avia-color-theme-color, .main_color .avia-color-theme-color:hover { background: red; }
Best regards,
Ismael -
AuthorPosts