Viewing 30 results - 95,881 through 95,910 (of 142,832 total)
  • Author
    Search Results
  • #631255

    Hi,

    It’s a bit strange the latest post is showing for me (please scroll down to the 3rd row from bottom) in the catogery page you mentioned.

    The pagination also works for me but the top 3 post show up on all pages not sure if they have been made sticky post?

    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    #631248

    This is what the emails from the contact form on our pages looked like before upgrading the theme, for example:

    From: J (Email address hidden if logged out) [mailto:J (Email address hidden if logged out) ]
    Sent: Sunday, May 8, 2016 7:41 PM
    To: (Email address hidden if logged out)
    Subject: Price inquiry

    Name: Jackie mclean
    E-Mail: J (Email address hidden if logged out)
    Contact No.: 07732396607
    Subject: Price inquiry

    Message: Hi, I am inquiring on a price for three vehicles to be re gassed on same appointment in Redditch please? Thanks

    They worked properly, the email in the ‘from’ field being that of the customers.

    Now, since updating the theme, we get this, as an example

    On 10 May 2016 at 15:24, Cool Car AirCon < (Email address hidden if logged out) > wrote:
    Name: James
    E-Mail: (Email address hidden if logged out)
    Contact No.: 07841386512
    Subject: ac recharge

    Message: Can you let me know a price please?

    So when replying we are replying to our main, head office email and not the customers.

    Now, I did try that plugin on my own personal wordpress site, and it sort of works as it should, though the ‘from’ email is still the main sites email address and not the customers but on replying to it it does actually reply to the customer. Doesn’t look like the same format as it used to but does work as intended. I assume you use the contact form 7 within your enfold theme and its not working therefore as it should? Is that correct as I can’t see the contact form 7 plugin installed on site.

    Worried about installing it and it stops other things working on the site or is it an easy fix and something you can do under the 6 months support? You have my login details. I use that form on about 10 different pages each sends to a different email address. It just needs to work as it used to before I upgraded your theme, where on any one of the contact us pages, the customer can enter their info, the email is sent to the email address registered to that contact form so our franchisee gets it, and replies direct to the customer and not to the current (Email address hidden if logged out) ‘ email address is appears to come from.

    Hope that makes sense

    • This reply was modified 9 years, 10 months ago by simonparker.
    #631242

    Hey Taryn,

    Thank you for using Enfold.

    My bad. Please replace the code with the following:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        opacity: 0;
    }
    
    .responsive #top .cart_dropdown.show_cart {
        opacity: 1;
    }
    }

    And this code in the functions.php file:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function a() {
    	    $('#top .avia_cart_buttons .button').bind('click', function() {
                var empty = $('.cart_list .empty').length;
    		    if(!empty) return;
    
    		    $('.cart_dropdown').addClass('show_cart');
    	    });		
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Remove browser cache before testing the page.

    UPDATE: We modified the code a little.

    Best regards,
    Ismael

    #631236

    In reply to: Mobile menu sticky

    Hi,

    The background is the same as the font color. This should work:

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency #header_meta {
        background-color: #117e73;
    }
    }

    If the same css media query exist, copy the code and put it inside the existing media query. We would like to know if our suggestions above work on your end.

    Best regards,
    Ismael

    #631227

    Hi,

    The down arrow should be visible by default but please add this in the Quick CSS field to fix it:

    .avia_transform .av-extra-border-element .av-extra-border-inner {
        top: -25px;
    }
    
    .avia-section {
        overflow: visible;
    }

    Best regards,
    Ismael

    #631219
    teotaban
    Participant

    Hi,
    I´m wondering if it´s posible to have a different content in the iPhone/iPad version…less text, different images, different columns that desktop version. I want to cut a lot of information for mob. devices version … I don´t need to show everything in this versions…
    Thanks :)

    #631213

    In reply to: 3.5.4 update issue

    Hey!

    Sorry for the delay, I checked for the issue and any css added to the quick css is working correctly.

    for example to change the footer menu color please try the below css

    
    /* Main menu font size*/
    #top .av-main-nav > li > a > .avia-menu-text {
        font-size: 24px!important;
    }
    
    /*footer link color*/
    .socket_color a {
    color:gold!important;
    }

    If the css selectors are correct it works! by any chance did you make the changes elsewhere? `

    Best regards,
    Vinay

    #631210

    Hi,

    There is a zoom slider located at the top of the preview. You can adjust the value there.

    Best regards,
    Ismael

    Hey devynspirit,

    Great, glad you solved it. Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    Hi,

    You need to add the excerpt manually when using the builder for posts, if you don’t see the excerpt field you can select to show it under Screen Option on the top right hand side of your screen. You can also switch to the default editor and save once you are done with the content of your post.

    Regards,
    Rikard

    #631192
    bobfurgo
    Participant

    Hello! In the theme settings I have the submenu checked as hidden until clicked, but I need it hidden altogether. Is there a way to achieve this? I’ve tried:

    
    #top #mobile-advanced .visible_sublist, #top #mobile-advanced .avia_mega_div.visible_sublist>ul {
      display: none !important;
    }
    

    but the link no longer works when I use this code. Thank you in advance.

    #631183

    In reply to: Grid CSS

    Hi finon,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #631179

    Thanks. The code made both full screen view and responsive view display “no box,” but I added the “media only” line below and now it works! Thanks!

    @media only screen and (max-width: 768px) {.responsive .boxed#top {
        width: 100% !important;
        max-width: 100% !important;
    }}
    #631170

    Hi,

    The color section is responsive, the image moves out of the frame because the section is trying to keep its aspect ratio. It’s possible to adjust the background position on certain screen sizes using css media queries. If you really want to use the layer slider, please extract the “girl” or remove the extra background on the right side of the image then set the top position according to the height of the slider and the “girl” image while set the left position to 0. If it’s not working, add a custom attribute to the “girl” layer then adjust the top and left position in the Quick CSS field.

    Best regards,
    Ismael

    #631167

    In reply to: Related

    Hi,

    Thank you for the link. Please use the code provided in the following link but remove the third conditional statement: https://kriesi.at/support/topic/prevent-current-pageitem-from-appearing-in-sidebar-widget/#post-593247

    add_action('pre_get_posts', 'ava_exclude_widget_post');
    function ava_exclude_widget_post($query) {
    	if (!is_admin() && is_singular('portfolio')) {
        	$exclude = avia_get_the_ID();
    		$query->set( 'post__not_in', array($exclude) );
    	}
    }

    If this is not working, use this:

    //portfolio query
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
    function custom_post_grid_query( $query, $params ) {
    	$id = avia_get_the_ID();
    	$query['post__not_in'] = array($id);
    	return $query;
    }

    Best regards,
    Ismael

    #631166
    pantoni
    Participant

    HI guys

    When reducing the browser width on this site, the top menu starts to overlap the logo before switching to mobile menu. I’ve tried adding the 2 code suggestions from another thread to the Child theme but no luck (individually and together);

    ———————————————————————————–
    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a { padding: 0 7px; }
    }
    ———————————————————————————–
    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }
    ———————————————————————————–

    #631163

    Topic: Portfolio grid titles

    in forum Enfold
    clairemartindigital
    Participant

    Hi there,

    using enfold on website build number 5 now. Loving it!

    How can i have the portfolio item centred vertically in each of the tiles? Below is what i used so far to have the title display on hover. It is currently horizontally centred, but not vertically.

    .image-overlay-inside:before{
    display: none !important;
    }
    .image-overlay {
    background: #ffffff;
    }
    .grid-image:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 0;
    font-weight: 200;
    font-size: 24px;
    color: #ffffff !important;
    top: 50%;
    }

    .grid-image:hover:before {
    opacity: 0.9;
    }

    .grid-image:before{
    transition: all linear 0.2s;
    }

    .grid-content {
    display: none !important;
    }

    #block-post article .slide-content {
    position: absolute;
    top: 0;
    }

    #631162

    In reply to: Sticky Color Section?

    My apologies. I will not bump anything anymore. Sometimes it is hard to tell when you see lots of other tickets processed and the one you submitted is a couple days out. I just did not want to have it drop through the cracks.

    As far as custom coding, I sure wish there was a basic how-to on some of the more advanced items like building modules. I say this because it would start a whole new level of customization that will show even more capabilities for Enfold. In the past, we have contacted several organizations for customization of Enfold, but every single time they come back extremely expensive, far, far, far more than other theme customization. Before the sort order was added as a choice in the modal windows, one developer wanted over $5,000. I found out through searching that it was a matter of a few basic tweaks and it worked like a charm. That is why many of us stopped going to custom developers like Werkpress and others.

    There are many of us that would love to build-upon Enfold and would even share what we build with others. I just wish there was a conduit for that. We have lots of licenses and it would help us help you sell lots more. You have a motivated audience that reveres what you built and are wanting to take it even further. The blanket statement of go find a developer generally ends up with no one doing anything, except living with how it exists. Instead, you could have a whole new mid-level development audience that is furthering in areas that go unfilled now.

    Hi,

    Great! Glad you sorted it out. I’m not sure if you can sort the events by the actual “event date” so a workaround is to set the “Order By” parameter to “Page Order”. You can then sort the events manually by using the “Order” field. Related link: https://kriesi.at/support/topic/masonry-gallery-ascending-order-on-date/#post-625571

    Best regards,
    Ismael

    #631145

    Hi Vinay,

    First of all, thank you for telling me that. Ismael has made it clear to me already though.
    What I need is for the images to cover the whole screen like what you see in the link provided for Desktop View and a way for these images to display fully on Mobile View too.

    If I put the background images into the grid row content, it will have whitespaces around each of the background images.
    I don’t mind having whitespaces for Mobile View as long as I can view it whole but I need the images to cover whole screen for Desktop View.

    Is there another way to do it without putting the images as a background image since it cannot be viewed in Mobile View if I do so?

    Best Regards
    Sean

    #631144
    brandonwu
    Participant

    Hi there,

    Thank you for the great theme. I have added an iframe lightbox link to the phone area of my website here: http://strategydev5.com/sunroof/

    However, the link with: http://strategydev5.com/sunroof/quote-request?iframe=true does not open up in a lightbox.

    Thanks in advance!

    #631142

    Hi Mike,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .responsive .boxed#top {
        width: 100% !important;
        max-width: 100% !important;
    }

    Thanks,
    Rikard

    Hi,

    I see. Please use this to adjust the size of the buttons on mobile view:

    @media only screen and (max-width: 767px) {
    #top .avia-slideshow-button {
        padding: 5px 8px;
        font-size: 11px !important;
    }
    }

    Best regards,
    Ismael

    Hi,

    1.) Add the following code:

    .grid-entry {
        padding: 0 20px 20px 0 !important;
    }

    2.) Follow the instructions here: https://kriesi.at/support/topic/open-ajax-portfolio-by-default-to-a-certain-item/#post-630425

    Best regards,
    Ismael

    #631131

    Hi,

    @Groeier: I’m sorry but I cannot reproduce the issue on IE8. Make sure that compatibility mode is off in your browser.


    @jstonestreet
    : Sorry if you’re having this issue. The slider seems to be a little off when I checked it on IE8. The captions are scattered around the place and there is a small thumbnail coming from nowhere. What is the version of your IE browser? One of the workaround is to hide the layer slider on IE browsers and then replace it with with a simple easy slider.


    @meixnerg
    : We haven’t figured out what’s causing the issue yet. Please replace the code with the following:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 2000);
    	
    	$(window).load(function () {	
    		setTimeout(function() {
    			clearInterval(int);
    		}, 3000);
    	});
    })(jQuery);
    </script>
    <?php
    }

    It’s still the same code but it will resize the browser on interval then stop when the page is fully loaded.

    Best regards,
    Ismael

    #631100

    Ahoy that didnt work either. is just turned the text of my button yellow on both mobile and desktop.

    Please Advise

    #631096

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text {
    	color:gold!important;
    }
    

    Best regards,
    Vinay

    #631091

    Hi,

    To make the sidebar nav like the below screenshot

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .widget_nav_menu ul ul .sub-menu, #top .widget_nav_menu ul ul .children {
        padding: 0px!important;
    }
    
    #top .widget_nav_menu ul ul .sub-menu li  {
        padding-left: 10px!important;
    }
    

    Best regards,
    Vinay

    #631080

    I was told to open a new thread when I originally posted here: https://kriesi.at/support/topic/enfold-contact-form-not-sending-emails-2/#post-630996

    #631071

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover {
        color: orange;
    }
    

    Best regards,
    Yigit

Viewing 30 results - 95,881 through 95,910 (of 142,832 total)