Forum Replies Created
-
AuthorPosts
-
Hello!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit the Text Block element with the FB like button then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “fb-textblock”.
You can add something like this on your custom.css or Quick CSS:
.avia_textblock.fb-textblock { position: relative; z-index: 9999; } .fb-like.fb_edge_widget_with_comment.fb_iframe_widget span { width: 450px !important; z-index: 9999; position: relative; }Remove browser cache then reload the page.
Regards,
IsmaelHello!
I’m sorry but I mean you can only show the portfolio items with the same category using the Advance Layout Builder. It’s like showing related entries but base on categories. If you download the dummy data then check the Portfolio Items, you’ll see that the Portfolio Grid has been added after the content.
Best regards,
IsmaelHello joe88!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like Button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “no-ipad”.
Use media queries to target each classes. You can add something like this on your custom.css or Quick CSS to not display elements with the no-ipad selector
@media all and (max-width: 1000px) and (min-width: 700px) { .no-ipad { display: none !important; } }Regards,
IsmaelHello joe88!
You can refer to this link: https://kriesi.at/support/topic/search-drop-down-titles/
Regards,
IsmaelHello eduict!
Maybe you should target the <body> tag. Can you give us a link to your website? Some of the Enfold users use this plugin http://inoplugs.com/projects/wp-backgrounds-lite-version/
Cheers!
IsmaelHey!
You can set the permission settings of these files to 777.
wp-content/themes/enfold/css/custom.css
wp-content/uploads/dynamic_avia/enfold.cssIt will enable the theme to apply css modifications.
Best regards,
IsmaelHi!
Can you give me a new login? When I try visit any other page, it automatically redirects me to the admin page. Can you please try to change [wpc_client_profile/] to [wpc_client_profile]. I’m not familiar with the plugin, what does this shortcode “[wpc_client_profile]” suppose to do? Do you think you need to add the name of the client? Something like [wpc_client_profile/alpha] or [wpc_client_profile id=”alpha”].
Best regards,
IsmaelHello!
You can create a custom sidebar area on Appearance > Widgets, look for “Enfold Custom Widget Area”. You can apply the sidebar when you edit a page, look for Layout > select a right or left sidebar then select the name of the custom widget area that you just created.
Best regards,
IsmaelHello Shallnotbe!
Edit index.php, find this code:
$title = __('Blog - Latest News', 'avia_framework'); //default blog titleBest regards,
IsmaelSeptember 23, 2013 at 4:01 am in reply to: How do I change the sidebars of each of my pages? #165036Hello uattah!
You can go to Appearance > Widgets. If you want a new sidebar for the Shop page, you can add widgets on the Shop Overview Page widget area.
Cheers!
IsmaelHey!
The logo stays 257x88px on any screen sizes. The container decreases on smaller screen sizes that’s why the menu is closer from the logo. You can add this on your custom.css or Quick CSS to decrease the logo size on smaller screens.
@media only screen and (min-width: 1005px) and (max-width: 1155px) { .logo, .logo a { max-width: 200px; margin-top: 5px; } }Regards,
IsmaelHello!
Please add this on your custom.css or Quick CSS:
body, body p { font-family: "Alef", “Helvetica Neue”, Helvetica, Arial, sans-serif; }Best regards,
IsmaelSeptember 23, 2013 at 3:43 am in reply to: Dummy Data Wont import – Says import fine without a problem but nothing changes #165029Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey!
Edit includes > loop-page.php, find this code:
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']); if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";Remove it.,
Best regards,
IsmaelHi mcheev!
You can download RUS po-mo files here. Place it on wp-content/themes/enfold/lang folder. Edit wp-config.php, find this code:
define('WPLANG', '');Replace it with:
define('WPLANG', 'ru_RU');Cheers!
IsmaelHi!
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelHey!
You need to manually add the recent or related portfolio entries using the Portfolio Grid element if you switch to Advance Layout Editor for portfolio items.
Best regards,
IsmaelHey scisterna!
You can add this on your custom.css or Quick CSS to hide the featured image on pages:
.page .page-thumb { display: none; }Regards,
IsmaelHey!
Can you give us a link to the website? Are you using a left or right sidebar?
You can modify the css code like this:
.widgettitle { text-align: right; } #footer .widgettitle { text-align: left; }Best regards,
IsmaelHi artistic24459!
Edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code:
if($this->config['bg_slider'] != "true") { $html .= "<img src='".$img[0]."' title='".$linktitle."' alt='".$linkalt."' />"; }Replace it with:
if($this->config['bg_slider'] != "true") { $html .= "<a rel='lightbox' href='".$img[0]."'><img src='".$img[0]."' title='".$linktitle."' alt='".$linkalt."' /></a>"; }Remove browser cache then reload the page.
Regards,
IsmaelHey rbellei!
Thank you for using Enfold.
You need to edit the includes > loop-search.php and look for this code:
$post_format = get_post_format() ? get_post_format() : 'standard';Below that, add this line:
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);Again, look for this line of code:
echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>"; //echo the post title.. then add this code below:
echo "<div class='search-thumb'>".$thumb."</div>";After that, insert this css code in the General Styling > Quick CSS field.
.search-thumb { width: 300px; height: 200px; margin-bottom: 10px; } .search-thumb img { width: 100%; height: 100%; }Best regards,
IsmaelHello ElementArt!
Please follow these steps.
1.) Activate the woocommerce plugin then Install the woocommerce pages by clicking the violet bar on top of woocommerce settings.
2.) Go to Menus > Appearance > insert the Shop menu as shop page.
3.) Create some products.
4.) If you want to create another shop page, create a new page then go to Advance Layout Editor. Insert the Product Grid under Plugin Additions.
Please watch this short video: http://www.mediafire.com/play/t23t01r4zdeka68/Enfold+-+Quick+Shop+Page+Installation.mp4
Best regards,
Ismael-
This reply was modified 12 years, 2 months ago by
Ismael.
Hello!
@set_carsten: Thanks for the tip.
@denye: You can do @set_carsten’s suggestion then you need to manually upload the images again if you don’t want to regenerate them.Best regards,
IsmaelHello wesdacar!
I think this is a bit complicated. You need to hire a freelance developer to modify the theme for you or look for a plugin.
I’m not sure if this will help but you can try this plugin: http://wordpress.org/plugins/lightbox-pop/
Best regards,
IsmaelHello!
@mmi: Thank you so much for your contribution. This will help a lot of users. :)
Cheers!
IsmaelSeptember 22, 2013 at 8:29 am in reply to: any way to change the default height of images in the mobile? #164748Hey cpUSA!
What slider you’re currently using? A link to your website will help.
Regards,
IsmaelHey cpUSA!
Can you give us a link to your website? I’ll Kriesi and Devin to check this out.
Best regards,
IsmaelHello!
You can add this on your custom.css or Quick CSS:
.textwidget { color: #545354; }Regards,
Ismael -
This reply was modified 12 years, 2 months ago by
-
AuthorPosts
