Forum Replies Created
-
AuthorPosts
-
Hi,
Are you using a plugin for your gallery?
You can add this on your custom.css
.gdl-gallery-image {
opacity: 1 !important;
}Cheers,
Ismael
Hi,
Your socket looks fine on mobile view. Can you give us a screenshot?
Regards,
Ismael
Hi,
I’m sorry but I don’t understand. What gallery are talking about? Can you give us a link to the website?
You can set a gallery on your Portfolio Item. Use the Advance Layout Editor then insert the Gallery element.
Regards,
Ismael
Hi,
You need to edit the file via FTP or your cpanel. wp-content/themes/enfold/framework/php/function-set-avia-frontend.php.
Please refer to this link on how to edit file on your cpanel. http://www.siteground.com/tutorials/cpanel/file_manager.htm
This line should
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";Should be replace with
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='http://www.cgreen.nerium.arealbreakthrough.com'>".$logo."$sub</a></$headline_type>";Cheers,
Ismael
Hi,
Go to LayerSlider WP > Click a slider > Global Settings > Basic > Slider Height > Enter 1000, save changes.
To reduce the socket height, add this on your custom.css
#socket .container {
padding: 5px 0;
}Regards,
Ismael
Hey!
Hi,
Insert the code on this tag
<div class="avia-font-entypo-fontello">📞</div>
Regards,
Ismael
Hi,
Specify the bold color on your custom.css or Quick css
body bold {
color: red !important;
}Change the color value.
Cheers,
Ismael
Hi,
Sorry for the delay.
1.) The arrows are there and it is colored white. You can’t see it because the thumbnails have a white area at the bottom. Try to add this on your custom.css
.avia-arrow {
background: red !important;
}2.) To fix the blurry thumbnails on your portfolio. Edit functions.php then find this code
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Replace it with
$avia_config['imgSize']['portfolio_small'] = array('width'=>257, 'height'=>183 ); // images for portfolio 4 columns
Regenerate the thumbnails using this plugin. http://wordpress.org/plugins/regenerate-thumbnails/
3.) I can see that the background header image is fixed.
4.) The tabs on this page (http://www.chaja-design.nl/chajanew/zakelijke-hosting/#tab-id-1) is working fine on 320px width view. I don’t have an actual mobile to check this out but I think they are ok.
Cheers,
Ismael
Hi,
Just hide the 2nd menu with this.
.sub_menu {
display: none;
}You can add that on your Quick CSS or custom.css
Cheers,
Ismael
Hi,
Just add this on your custom.css
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; }
}Sorry if you feel that way on the Enfold theme.
Cheers,
Ismael
Hi,
@gigoz: The top above is for the top header only so you’re doing nothing wrong.
What do you mean by changing the entire menu? What kind of change? Please be specific.
Regards,
Ismael
May 22, 2013 at 2:20 am in reply to: Changing the Tab & Text colour of content Element Tab (Avia layout builder) #120374Hi,
Just add this on your custom.css or Quick CSS
To change the color of the active tab you can use this.
div .main_color .tabcontainer .active_tab {
background-color: #FCFCFC;
color: #666;
}To change the other tabs, just use this
.tab {
background-color: blue;
color: pink;
}Regards,
Ismael
Hi,
Sorry for the delay.
Just add this on your custom.css. There are hidden br tags on the Gravity Forms field.
.gform_footer br {<br /> display: none;<br /> }
Regards,
IsmaelHi,
Maybe, this’ll help.
.responsive .container .twelve.units {
width: 1030px;
min-height: 600px;
}Container will have a minimum of 600px height.
Regards,
Ismael
Hi,
Try to add this on your custom.css
.logo img {
padding: 5px 09;
display: block9;
width: auto9;
height: auto9;
max-height: 100%9;
}Cheers,
Ismael
Hi,
It is a bit complicated. You can use the woocommerce shortcode to replicate the product category pages then add the layer slider. You need to use the Advance Layout Editor.
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
.product-sorting {
display: none;
}Regards,
Ismael
Hi,
The cart button is fixed position it will move when you scroll up and down. It will be visible no matter where you are on the website.
Try to add this on your custom.css
.cart_dropdown .dropdown_widget {
z-index: 999 !important;
}Regards,
Ismael
Hi,
Add this on your custom.css to control the field width.
#top input[type="text"] {
width: 150px;
}Max width is 210px.
Regards,
Ismael
Hi,
I’m sorry but I don’t understand your problem. When I click on the “Mood” menu, it takes me to the archive page for Humor category. If this is not what you want, maybe you can change this on Appearance > Menu. If you want to make a post sticky and always on the top, edit the post, look for Visibility: then make the post stick to the frontpage.
Regards,
Ismael
Hi,
We can help you more if you can post a link to your website.
Simple Social Icons – Works but messes up the title. left & right align wont work at all~~ It can be fix with css, only if we can inspect your site.
Awesome Flickr – Wont work other than giving me a long column but wont re-alight to footer dimensions~~ Another css solution can fix this.
We recommend http://wordpress.org/plugins/addthis/.
Regards,
Ismael
Hi,
You should not leave the Advance Layout Editor whenever you start working on it. All of the content you made will not be rendered once you switch to the default editor and update the page.
You can always find the latest version of the theme on themeforest. Just change the version number on style.css, it must have been missed when updating.
Regards,
Ismael
Hi,
It is working find on my end. Do you have the latest version of Enfold? Please give us a link to your website.
Regards,
Ismael
Hi,
You can request that on this thread. https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi,
Do you have a cache plugin? Flush the cache settings. Remove browser history then reload the page.
Regards,
Ismael
-
AuthorPosts