Forum Replies Created
-
AuthorPosts
-
September 15, 2013 at 8:16 pm in reply to: Something wrong with my home page. Blue segment below home page slideshow! #141249
Hey,
You can add this on your custom.css or Quick CSS:
.small-preview img, .big-preview img { border-radius: 0; }
Regards,
IsmaelSeptember 14, 2013 at 1:54 am in reply to: Remove image names on (one portfolio category only)? #140963Hi,
If you want to change the style of a specific page, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 #header_main {
border-bottom-width: 3px;
border-bottom-style: dotted;
background: red;
}In your case, you can use this:
.single-portfolio.postid-360 .grid-entry-title.entry-title {
display: none;
}Regards,
Ismael
September 14, 2013 at 1:50 am in reply to: ISSUE: Insert Shortcode in Post Edit View deletes all other content #141036Hi,
Please to increase php memory limit. http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Have you tried this on a different browser? Please disable all plugins, see if the shortcodes work properly.
Regards,
Ismael
Hi,
You can’t create a header inside a header. You need to insert the code on a page template like page.php, find the code:
get_header();
Replace it with yours.
Regards,
Ismael
Hi,
You can use the Color Section even with a sidebar but it will always go full width. It is advisable to place it at the very top or very bottom of pages with sidebar.
You can also try this:
1.) Insert the Color Section then insert a 3/4 and 1/4 column below.
2.) Insert a Sidebar element on the 1/4 column and the content on the 3/4 Column. Create a custom widget or sidebar on Appearance > Widgets.
3.) You can repeat the steps 1 and 2 if you want to another Color Section and Content + Sidebar below.
Regards,
Ismael
September 14, 2013 at 1:42 am in reply to: Colour Section & Background Attachment Mobile Devices 2 #140799Hi,
I think you’re using a very large background image for the second Color Section. Please resize it to 1500px in width, see what happens.
http://responsinator.com/?url=http%3A%2F%2Fmarsmarketing.com.au%2Fsme-marketing-brisbane%2F
Update to Enfold 2.1.
Regards,
Ismael
Hey,
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 the Image element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image.
You can add something like this on your custom.css or Quick CSS to move the image around.
.avia_image.awesome-image {
position: absolute;
left: -50px;
top: -100px;
}Regards,
Ismael
September 14, 2013 at 1:30 am in reply to: How to add custom font for Chinese version of site only #141020Hi,
Do you have a license? Did you buy the font? http://www.microsoft.com/typography/fonts/font.aspx?FMID=1618
Regards,
Ismael
September 14, 2013 at 1:22 am in reply to: Enfold Fixed Layout – page width varies on mobile devices #140352Hi,
Please try this code:
html {
background-color: white;
overflow: hidden;
}Regards,
Ismael
Hi,
I checked your site and I can see the urban full width background on pages.
Regards,
Ismael
Hey,
1.) You can add this on your custom.css or Quick CSS:
.avia-logo-element-container.avia-logo-slider.avia-content-slider.avia-smallarrow-slider.avia-content-slider-active.avia-content-slider1.avia-content-slider-odd.avia-builder-el-2.avia-builder-el-no-sibling .new-special-heading {
display: none !important;
}2.) To remove the border or box shadow, use this:
#top .avia-logo-element-container img {
box-shadow: none;
}Regards,
Ismael
Hey,
What type of header do you have? Please check on Enfold > Header > Header Type. A link to your site will be helpful.
Regards,
Ismael
Hi,
You can place 2 columns side by side. Make sure that they are match like for example two 1/2 columns or one 1/4 beside 3/4 column.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS:
.ls-wp-fullwidth-helper {
height: 136px !important;
}
.ls-wp-fullwidth-container {
height: 136px !important;
}
#top .ls-wp-container {
margin: 0px auto !important;
}Regards,
Ismael
Hi,
Your featured images on single posts view is only 80x80px? What type of Blog Style are you currently using? Please give us a link to the page.
Regards,
Ismael
Hi,
This is what I see on my end. I don’t notice any problem. Can you please give us a screenshot of the issue?
I checked the site using Safari and Google Chrome on a Windows machine.
Regards,
Ismael
Hi,
I tested this on my end. Added this code on a Div / Video field.
<iframe src="http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0">
The vimeo video doesn’t auto play when the slide loads. Please update to Enfold 2.1.
Regards,
Ismael
September 13, 2013 at 1:42 pm in reply to: Enfold – product catalogue with categories – subgategories #141090Hi,
What do you mean? You can use the woocommerce “Product Categories” shortcode.
[product_categories number=""]
Regards,
Ismael
Hey,
Please try this code:
.logo, .logo a, .logo img {
height: auto9;
max-height: 100%9;
}Regards,
Ismael
Hey,
You can use this:
.logo, .logo a {
margin-top: 10px;
}Adjust the top margin.
Cheers,
Ismael
Hey,
What version of Enfold do you have right now? Please download Enfold 2.1. Make sure you’re using WordPress 3.6.
Regards,
Ismael
September 13, 2013 at 3:34 am in reply to: Advanced Layout fails when I attempt to edit more than one text area at a time. #141008Hey,
Please download the latest version of Enfold, version 2.1. It should fix the Advance Layout Editor. Increase wordpress php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
September 13, 2013 at 3:32 am in reply to: Removing Next and Previous event hovers from Event Calendar plugin pages only #140122Hey,
Please use this:
.single-tribe_events .avia-post-nav {
display: none !important;
opacity: 0;
}Regards,
Ismael
September 13, 2013 at 3:31 am in reply to: How to add custom font for Chinese version of site only #141017Hi,
I think it is a browser extension that force all kind of websites to display the chinese font. Not really a theme related plugin.
Regards,
Ismael
-
AuthorPosts