Forum Replies Created
-
AuthorPosts
-
Hi!
You’re not using Enfold, right? Probably you can add this on your functions.php:
function loop_portfolio_query( $location ) { if ( $location == 'loop-portfolio' ) { global $avia_config; if(isset($avia_config['new_query'])) { $avia_config['new_query']['orderby'] = "rand"; query_posts($avia_config['new_query']); } } } add_action( 'avia_action_query_check' , 'loop_portfolio_query', 10, 1 );
Regards,
IsmaelHello!
Can you please create a test site then install the latest version of Enfold? Add this on your custom.css or Quick CSS:
.logo img { max-width: 257px; max-height: 88px; }
Best regards,
IsmaelHey itchybrain!
You can add this on your custom.css or Quick CSS:
.single-post .single-small.with-slider .small-preview { width: 180px; height: auto; } .single-post .single-small.with-slider .small-preview img { height: auto; width: 100%; }
Regards,
IsmaelHello faterra!
You can use this for the active tab:
.page-id-21 div .main_color .tabcontainer .active_tab { background-color: red; color: blue; }
And this one for the inactive tabs:
.page-id-21 .main_color .sidebar_tab, .main_color .tabcontainer .tab { color: red; background: gray; }
You remove the body id (.page-id-21) of the page if you want to affect others tabs on other pages.
Cheers!
IsmaelHi!
You can add this on your custom.css or Quick CSS:
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}Regards,
IsmaelHi!
Yes, you can use it on posts but some issues may occur. Let us know if you experience any problems.:)
Best regards,
IsmaelHi!
I think on text widget contents only. It is set to a lighter color to emphasize the content more. :)
Regards,
IsmaelSeptember 23, 2013 at 11:18 am in reply to: Large blank space after WordPress gallery, any idea why? #165095Hello chartier!
There is an inline css code that specify the height of each gallery-row. Do you think you can remove that? If not, you can override the css using this on your custom.css or Quick CSS:
.gallery-row:nth-child(4) {
height: 100px !important;
}Cheers!
IsmaelHello!
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 title
Best 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 11 years, 9 months ago by
Ismael.
-
This reply was modified 11 years, 9 months ago by
-
AuthorPosts