Forum Replies Created
-
AuthorPosts
-
Hi,
Can you give us a link to the website with the tabs?
Try this
div .main_color .tabcontainer .active_tab:hover, div .main_color .tabcontainer .active_tab a:hover {
color: red !important;
}
div .main_color .tabcontainer .active_tab .tab_icon:hover, div .main_color .tabcontainer .active_tab .tab_icon a:hover {
color: red !important;
}Change the color value.
Regards,
Ismael
Hey,
I hope you figured it out. I think the code I gave you will handle the strobe effect and change the progress bar to solid colors.
Let me tag the rest of the support team, maybe they have a better idea.
Regards,
Ismael
July 5, 2013 at 6:39 am in reply to: Turn-off subtext (excerpt) in Ajax Portfolio Grid – Home Page Only #128060Hi,
Edit the Portfolio Grid element > Excerpt > select “Only Title”.
Regards,
Ismael
Hi,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this topic on your email.
Regards,
IsmaelHi,
1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.
2.) Glad you figure this out.
3.) You’re twitter widget looks ok.
4.) – – – –
5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.
6.) You can set a minimum height on your custom.css or Quick CSS
.pricing-table li {
min-height: 80px;
}7.) Edit footer.php, find this code
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Replace it with:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
<?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>8.) Please give us a screenshot because I can’t see the issue. Thanks.
Regards,
Ismael
Hi,
Please use google chrome or firefox.
Do you have WordPress 3.5 or higher?
Please increase the wordpress php memory limit:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
It should be there by default. Can you give us a link to your website?
You can add this on your custom.css or Quick CSS
#menu-item-search {
display: block;
}Regards,
Ismael
Hi,
Can you give us a link to your website? You might accidentally render a line break when working on the editor without knowing it. You can use the Special Heading.
Regards,
Ismael
July 5, 2013 at 5:55 am in reply to: How do I make the H1 Text change color when hovered over? #127789Hi,
What text are you trying to change? Can you give us a screenshot?
Dude’s code should work.
Regards,
Ismael
Hi,
What do you mean below the search form? Please give us a screenshot. :)
Regards,
Ismael
Hi,
You can do something like this on your custom.css or Quick CSS
body {
font-size: 20px;
}You can find the #Typography style on css > base.css
Regards,
Ismael
Hi,
At the bottom of the portfolio entry, there is the Additional Portfolio Settings > Overwrite Portfolio Link setting.
Regards,
Ismael
Hi,
Please try this, edit framework > php > function-set-avia-frontend.php. Go to line 128.
Replace the code with this:
$post = get_post( $id );
Regards,
Ismael
Hi,
Ok, update. I did Dude’s code and the shop overview page product thumbnails hover starts working even if the “No hover effect” is selected.
FYI, the hover effect will only work if there is an image added on the Product Gallery section.
Regards,
Ismael
Hi,
Unfortunately, I think you need to hit update for each product. I’ve tried working on a quick solution but I can’t find any.
The only hope is to find a plugin that will automatically update all posts.
I’m not so sure if repairing or optimizing the database will work:
http://wpmu.org/wordpress-maintenance-101-how-to-optimize-and-repair-database-tables/
You can find the products on the wp_posts table.
Let me tag Kriesi.
Regards,
Ismael
Hi,
Do you want to enable the hover effect by default?
Open config-woocommerce > admin-options.php, find this code
$el[] = array("slug" => "avia_product_hover",
"name" => "Hover effect on <strong>Overview Pages</strong>",
"desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
"id" => "_product_hover",
"type" => "select",
"std" => "",
"class" => "avia-style",
"subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));Replace it with
$el[] = array("slug" => "avia_product_hover",
"name" => "Hover effect on <strong>Overview Pages</strong>",
"desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
"id" => "_product_hover",
"type" => "select",
"std" => "hover_active",
"class" => "avia-style",
"subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));Regards,
Ismael
Hi,
Do you have WordPress 3.5 or higher installed? Are you trying to Import the dummy data on Enfold > Theme Options > Import Dummy data?
Deactivate the Envato WordPress Toolkit.
Regards,
Ismael
July 4, 2013 at 7:53 am in reply to: Fullscreen slider should force sidebar to stop so it can be fullwidth #127465Hi,
On Enfold > Styling > Use stretched or boxed layout?, select Stretch Layout.
Regards,
Ismael
Hi,
I think you don’t need to do that. It is there already. Open the same file (register-admin-options.php), you will find this:
subtype" => apply_filters('avf_google_content_font', array( ':: :: Web save fonts :: ::'=>'',
'Arial'=>'Arial-websave',
'Georgia'=>'Georgia-websave',
'Verdana'=>'Verdana-websave',
'Helvetica'=>'Helvetica-websave',
'Helvetica Neue'=>'Helvetica-Neue,Helvetica-websave',
'Lucida'=>'"Lucida-Sans",-"Lucida-Grande",-"Lucida-Sans-Unicode-websave"',
':: :: Google fonts :: ::'=>'',
'Arimo'=>'Arimo',
'Cardo'=>'Cardo',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'Kameron'=>'Kameron',
'Maven Pro'=>'Maven Pro',
'Open Sans'=>'Open Sans:400,600',
'Lora'=>'Lora',
)));You can use it on your custom.css or Quick CSS already:
h1, h2, h3, h4, h5, h6 {
font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}Regards,
Ismael
Hi,
They have different framework so the .po files for Abundance or Replete will not work perfectly on Enfold. You can visit this link: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael
Hey,
Yeah. I think that’s what you’re looking for if I am not mistaken. Did it work?
Regards,
Ismael
Hi,
If you are working on my instructions, I’ll repeat it again.
You can replace an existing icon with the youtube icon. On Enfold > Header > Add the Tumblr social icon for example. Place your apple link. When you’re done, edit custom.css then add this code:
#top .social_bookmarks_tumblr {
background: url(../images/apple.png) no-repeat center;
}
#top .social_bookmarks_tumblr:hover a {
color:#fff;
background: url(../images/apple-hover.png) no-repeat center;
}
#top .social_bookmarks_tumblr a {
text-indent: -9999px;
}You don’t need to do Dude’s code. Yes, you need two icons for the initial and hover state. If you want a different color for the hover, you need to edit the apple-hover via Photoshop and change the background color manually.
Regards,
Ismael
Regards,
Ismael
Hi,
@rhuneke: Thanks for the tip.
@andypeck: I’m not sure but when I visit the link: http://www.andypeck.co.uk/1739-2/
I can see that you’re using the code that I gave you. It looks fine.
.black-bar .bar {
background: #222;
}Regards,
Ismael
-
AuthorPosts