Forum Replies Created
-
AuthorPosts
-
Hi,
You can add something like this on your custom.css or QUick CSS
#header_main {
border-bottom: none;
}Regards,
Ismael
Hi,
@formateins: Thanks for the tip.
@colorit2: You can edit framework > php > class-framework-widgets.php, remove everything then replace with this code: http://pastebin.com/s77nHLeV
Regards,
Ismael
Hi,
First the specify the Slider width to 100% then put something like 1024 on the Layers Container. On the option “Responsive under”, play between 1000-1300.
Regards,
Ismael
Hi,
Yes, you can use the contact form 7 then add the shortcode using the text widget. :)
Cheers,
Ismael
Hi,
Did you try modifying the selector on your custom.css or Quick CSS?
.av-special-heading.meta-heading.blockquote.modern-quote {
margin-top: 0 !important;
}Regards,
Ismael
Hi,
Did you try
<code></code>
instead of the raw shortcode?I think it is possible to wrap shortcodes inside a shortcode. I tested this on my end.
Regards,
Ismael
Hi,
Edit js > avia.js, find this code
if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 989;
header.addClass('mobile_menu_tablet');
}Replace the first_level_items with lesser digit. Something like this
if(first_level_items > 5 && !bottom_menu)
{
switchWidth = 989;
header.addClass('mobile_menu_tablet');
}Can you give us a link to your website?
I’ll tag Devin.
Regards,
Ismael
Hi,
What is the name of the plugin you’re using? Where did you get the code?
Regards,
Ismael
Hi,
For the hover state, I created an icon inside a circle. I think 64×64 is enough for retina display.
Regards,
Ismael
Hi,
You can insert a Color Section element at the very end of page templates. :)
Regards,
Ismael
July 9, 2013 at 3:48 pm in reply to: Remove default sidebar in woocommerce single product page #128680Hi,
You can change the widgets on Appearance > Widgets > Single Product Pages widget area.
Regards,
Ismael
Hi,
The links gave me errors.
You can target a specific page by their unique body id selector. Using Chrome, you can right click the page, Inspect Element. Look for the body class.
We can use page-id-2251 to target the page. For example, if we want to change the header background, we can do something like this on custom.css or Quick CSS:
.page-id-2251 #header_main {
background: red;
}We can use this same technique to target other elements within a specific page.
Regards,
Ismael
Hi,
Look for the Color Section elements below the “About” button and Testimonials.
Regards,
Ismael
Hi,
Create a portfolio item, look for Screen Options. Enable the Avia Layout Builder.
Regards,
Ismael
Hi,
What type of Blog Style do you have?
Please give us a link to your website.
Regards,
Ismael
Hi,
Increase the wordpress php memory limit, see if it fixes the issue.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Increase the php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Deactivate plugins, see if it works.
Regards,
Ismael
Hi,
You can try this
.header_color .header_bg {
background-color: rgba(0,0,0,.9);
color: white;
}
.header_color .main_menu ul:first-child > li > a {
color: white;
}
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: gray;
}Regards,
Ismael
Hi,
You can add this on quick CSS or custom.css
h3 {
color: #441646 !important;
}Regards,
Ismael
July 9, 2013 at 7:19 am in reply to: CSS Animations on Home are not triggered by 'avia_animate_when_almost_visible' #128592Hi,
Your website loads fine. What css animations do you want to remove?
Regards,
Ismael
Hi,
Can you give us a link to your website? The category selector works fine on our end.
Disable all your plugins, see if it works.
Regards,
Ismael
Hi,
Can you give us links to your websites? It is working fine on our end.
Regards,
Ismael
Hi,
Download the latest version of Enfold again, which 1.7. Install it on WordPress 3.5 or higher. Increase the wordpress php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
I think you can’t upload a png format image because they will be converted to jpg. The workaround is to upload PNGs then replace the actual converted image with the original PNG image. Can you give us a screenshot of what you want to do with the portfolio grid?
Regards,
Ismael
Hi,
Download the latest version of Enfold again, which 1.7. Install it on WordPress 3.5 or higher. Increase the wordpress php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hey,
You can try this.
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 870px) {
#top .avia-slideshow-button.avia-button-light {
padding: 3px 8px;
font-size: 9px;
}
}Regards,
Ismael
-
AuthorPosts