Forum Replies Created
-
AuthorPosts
-
April 30, 2016 at 3:09 pm in reply to: Columns side by side instead of on top of each other in Mobile #625036
Hey,
It’s not a setting, it’s actually a bug that causes some sections to be excluded from the
wrap_all
container, try moving/dragging some elements in the backend and save the Page again.Best regards,
JosueHi!
Can you post a screenshot of the issue?
Regards,
JosueHi,
It’s because of the
textarea
, it’s not compatible with the Code Block element, i’d suggest using a custom shortcode instead, you can create one with a code like this in functions.php:function custom_shortcode_func() { ob_start(); ?> PUT YOUR CODE HERE <?php $output = ob_get_clean(); return $output; } add_shortcode('my_shortcode', 'custom_shortcode_func');
You’d then use
[my_shortcode]
.Best regards,
JosueHi,
You’d probably need to add that in the copyright field then (Theme Options > Footer).
Best regards,
JosueHi,
The site is not loading for me, is there a regional blockage or similar?
Best regards,
JosueHm, i think it would be better to use a 3-column footer instead (and hide the socket). You could move what you have now into Text widgets.
To replicate the social profiles simply copy it as raw HTML:
<ul class="noLightbox social_bookmarks icon_count_3"> <li class="social_bookmarks_gplus av-social-link-gplus social_icon_1"><a target="_blank" href="http://google.com/+CoelUkdesignandfitout/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"><span class="avia_hidden_link_text">Gplus</span></a></li> <li class="social_bookmarks_twitter av-social-link-twitter social_icon_2"><a target="_blank" href="https://twitter.com/coelfitout" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li> <li class="social_bookmarks_linkedin av-social-link-linkedin social_icon_3"><a target="_blank" href="https://www.linkedin.com/company/coel-cambridge-office-environments-ltd-" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"><span class="avia_hidden_link_text">Linkedin</span></a></li> </ul>
April 30, 2016 at 2:39 pm in reply to: Uncaught TypeError: Cannot read property 'pop' of undefined #625026Glad it’s solved for you and thanks for sharing your solution.
April 30, 2016 at 2:35 pm in reply to: New Avia shortcode to open portfolio links in new tab #625024Try adding this at the very end of your theme / child theme functions.php file:
add_action('woocommerce_after_single_product_summary', function() { avia_social_share_links(); }, 2);
And this to Quick CSS / child theme style.css:
.single-product .av-share-box { margin-bottom: 0; }
Hey!
Try adding this code to the Quick CSS:
.rtl .av-magazine-hero {float: right !important;} .rtl .av-magazine .av-magazine-sideshow.av_one_half { margin-left: 0; }
Cheers!
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey,
Columns are not full width, if what you want is equal-height columns you can set that in the first column edit popup – http://screencast.com/t/L6P7UXmBb
Best regards,
JosueApril 30, 2016 at 2:00 pm in reply to: Layerslider – existing slides not showing in layerslider window #625009Hi,
Can you point which Page contains the LayerSlider slider you want to edit?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAs you’re having this issue i would suggest doing it via FTP, i mean manually replacing the
enfold
(and only theenfold
folder), as long as your child theme directory isn’t touched you shouldn’t lose it.Best regards,
JosueApril 30, 2016 at 1:17 pm in reply to: Menu above centered logo with boxed option : logo margins + menu position #624976I’ve tried to use a cut of that logo + backgroud img, but I have to more issues : the bkg img appears in the menu, and the code to fix the logo area makes the bkg img disappear (?).
This could work with proper CSS tweaking, let me know if you want to try that.
Refer to my previous code again, i’ve edited my message.
Hi,
Change the
#top .container_wrap.sidebar_right .content
part to:#top .container_wrap.sidebar_right .content{ background: white; min-height: 750px; }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
I’m working on this but i need you do the following:
1. Download the Academicons zip package.
2. Upload the contents of it to your child theme directory.Alternatively if you hand me a FTP account i can do this for you.
Best regards,
JosueHi,
I think using a header widget would be the better option if you want this element to ‘live’ in the header, can you expand on what buggy-ness you encountered?
Best regards,
JosueHey 1039 Online,
Assign an ID to that section (“fwd-section”) and add this code to Quick CSS:
#fwd-section .container { max-width: 100%; width: 100%; padding: 0; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.mfp-arrow { display: none !important; }
Cheers!
JosueHey DavyE,
You can set a custom class to the FWD Submenu by enabling this:
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconlist_content { min-height: 90px; }
Cheers!
JosueHey,
Can you paste the exact error you’re getting (or screenshot). Also, enable WP_DEBUG before trying again.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts