Forum Replies Created
-
AuthorPosts
-
Hello!
@ranfirefly: I visited the website then I went to the “Why Us” page where the issue exist. The sidebar looks ok. It is not at the bottom of the entry content. What browser and OS are you testing this with? This is the screenshot of what it looks like in my end:
Cheers!
IsmaelHey!
Please use this instead:
.fallback-post-type-icon { position: relative; margin: 0 0 0 -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; left: 20px; top: 60px; } .avia-content-slider-inner .slide-content { padding-left: 80px; } .avia-content-slider-inner .slide-entry.flex_column { margin-top: -40px; }Best regards,
IsmaelHi hardeep_singh04!
You can add these on your custom.css or Quick CSS:
To change the product price font size:
.single-product .price del span, .single-product .price ins span { font-size: 20px !important; }This is for the pagination.
.pagination span.current, .pagination a { font-size: 15px; }Best regards,
IsmaelHey!
Looks like you change it back to an arrow. Please apply the changes above then we will inspect it again.
Best regards,
IsmaelHi coms77!
Do you have the latest version Enfold 2.3? Please upgrade to WordPress 3.6. Deactivate all plugins then test it again. A link to your site will help. The image you posted is incorrect.
Regards,
IsmaelHi!
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 Color Sections that you want to the shadow1 image as background then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “section-shadow1”.
You can add something like this on your custom.css or Quick CSS:
.section-shadow1 { background-repeat: no-repeat; background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg); background-attachment: scroll; background-position: top center; background-color: #ffffff; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')"; }Only those section with the class section-shadow1 will have the background.
Best regards,
IsmaelHey!
Add the avia-font-entypo-fontello selector on the list items.
<ul> <li class="avia-font-entypo-fontello" title="vcard">& #59170;</li> <li class="avia-font-entypo-fontello" title="users">& #128101;</li> <li class="avia-font-entypo-fontello" title="cart">& #59197;</li> <li class="avia-font-entypo-fontello" title="calendar">& #128197;</li> <li class="avia-font-entypo-fontello" title="monitor">& #128187;</li> <li class="avia-font-entypo-fontello" title="tools">& #9874;</li> </ul>Don’t forget to remove the space after “&”.
Regards,
IsmaelOctober 6, 2013 at 9:41 am in reply to: Using Shortcode function in product page deletes content #171080Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey!
The the video via iframe then go to Global Settings > Slideshow > Automatically play videos > Turn it on.
Best regards,
IsmaelHi!
Edit search.php, find this code:
get_header(); $results = avia_which_archive(); echo avia_title(array('title' => $results )); ?>Replace it with:
get_header(); ?> <div class="ls-wp-fullwidth-container" style="height: 150px;"><div class="ls-wp-fullwidth-helper" style="height: 150px; width: 1583px; left: 0px;"><div id="layerslider_2" class="ls-wp-container ls-container ls-fullwidth" style="width: 1583px; height: 150px; margin: 0px auto; visibility: visible;"><div class="ls-webkit-hack"></div><div class="ls-inner" style="background-color: rgb(255, 255, 255); width: 1583px; height: 150px;"><div class="ls-layer ls-animating" style="width: 1583px; height: 150px; visibility: visible; display: block; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://otsecure.net/techserv/wp-content/uploads/2013/09/slide3_Layer_1.jpg" class="ls-bg" alt="Slide background" style="padding: 0px; border-width: 0px; width: 1600px; height: 150px; margin-left: 0; margin-top: -75px;display: block;"></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div> <?php $results = avia_which_archive(); echo avia_title(array('title' => $results )); ?>Cheers!
IsmaelHello!
The image you provided is not showing here. Please post it again. Looks like Kriesi post a solution.
html { min-width: 910px; }If I’m not mistaken, he said that you can’t use a fixed header for non responsive or fixed layout.
Cheers!
IsmaelHi!
You have a forum page with the same title http://rossu.net/forums/forum/ross-university-residency/
Regards,
IsmaelHey!
I created the page “http://rossu.net/ross-residency/” with no issue. :)
Best regards,
IsmaelHello!
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
Cheers!
IsmaelHey bgolpaye!
Do you have any cache plugin? Please try to flush the settings then try again. What error occur when you add the page “ross-residency”? Maybe the page is added as draft. Please remove browser cache or use a different browser then try again.
Cheers!
IsmaelHello!
Do you have a very large screen or resolution? Something like 1920 to 2000++ ? Please try to apply this on your custom.css or Quick CSS:
avia_textblock h2 strong { -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); }You should apply the css properties above on all flickering elements that you noticed. Find the correct selectors.
Cheers!
IsmaelHey!
Edit the Color Section below the wave down, set it to position Left and stretch to fit. It will remove the white space on the left.
Cheers!
IsmaelHey!
I would like to help. Can you please post the question in English? I think you want Yigit to answer this.
Best regards,
IsmaelHi jgoldberg1983!
Can you give us a link to the page with the issue? We need to inspect. What version of Firefox are you testing it with? What OS?
Cheers!
IsmaelHi flylanddesigns!
I’m not sure if this is possible. This plugin might help: http://wordpress.org/plugins/post-type-converter/
Cheers!
IsmaelHello!
You can refer to this link for the Chinese Yuan symbol: https://github.com/woothemes/woocommerce/issues/1114
You can add the Chinese Yuan html entity code on the Price Row:
¥900
Best regards,
IsmaelHello!
I’m sorry but I’m really not sure what is causing the button’s malfunction. Let’s wait for Dude’s and Kriesi’s response.
Best regards,
IsmaelHey!
Please use this instead:
#wave-section-down { margin-bottom: 0; background-color: transparent !important; position: relative; bottom: -100px; z-index: 9999; height: 167px; }Regards,
IsmaelHello!
@ranfirefly: I’m sorry but can you give us a link to the actual website please? We might fix this using CSS.@Alex: Please use this:
#wave-section-down { margin-bottom: 0; background-color: transparent !important; position: relative; bottom: -100px; z-index: 9999; height: 167px; }Best regards,
IsmaelHi Alexander_T!
Thank you for this. Can you give us a link to the page with the fix?
Cheers!
IsmaelHello Bogusz!
Can you please post a link on the thread again? I can’t find it. What do you mean by “Online documentation plugin issue”?
Cheers!
IsmaelHey benefieldcs!
You need to hire a freelance developer to do the customizations for you. You can actually do it with CSS:
http://css-tricks.com/slide-in-image-captions/
Best regards,
IsmaelHello!
@jingle0: Can you give us a link to the website please? Do you have any page redirect plugin installed?Best regards,
Ismael -
AuthorPosts
