Viewing 30 results - 90,091 through 90,120 (of 142,935 total)
  • Author
    Search Results
  • #692949

    Hi,

    Thank you for using Enfold.

    Edit one of the pages, set the layout to “No Sidebar then add a 3/4 and 1/4 column. Add a text block in the 1/4 column.
    and apply a custom css class attribute “fixed-column” to it. Add this code in the functions.php file:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function c() {
    		var isMobile = '';
    
    		if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement)
    		{
    			isMobile =  true;
    		}
    		else
    		{
    			isMobile =  false;
    		}
    
    		if(isMobile) return;
    
    		var $sidebar   = $(".fixed-column"),
    			$window    = $(window),
    			offset     = $sidebar.offset();
    
    		$window.scroll(function() {
    			if ($window.scrollTop() > offset.top) {
    				$sidebar.addClass('affix');
    			} else {
    				$sidebar.removeClass('affix');
    			}
    		});
    	}
    
    	c();
    })(jQuery);
    </script>
    <?php
    }

    And this css code in the Quick CSS field:

    @media (min-width: 989px) {
      #top .affix > section {
          position: fixed !important;
          top: 150px;
      }
    }

    This code should work on its own but might require a few adjustments based on the current layout of the site.

    Best regards,
    Ismael

    #692946

    In reply to: problem with update

    Hi,

    I see. Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency .phone-info {
        color: gray;
    }
    
    .responsive #top #header_meta .social_bookmarks li a {
        color: #7c6853;
    }
    }

    Best regards,
    Ismael

    Hi,

    Please revert the modifications then follow the instructions here.

    // https://kriesi.at/support/topic/image-upload-2/#post-614738

    Don’t forget to regenerate the thumbnails.

    Best regards,
    Ismael

    fineart
    Participant

    Hi Guys
    please see attached image – which effectively demonstrates a rough visual of the effect sought

    Described here also
    Want to have a
    2ND TEXT OVERLAY BOX (IN ADDITION TO THE EXISTING BOTTOM OVERLAY) DISPLAYING ADDITIONAL INFO
    a) Category or Tag Info (like City / Country etc) &
    b) prior to hover a corner Banner/ PNG photo that is category switchable (ie Use VIP Icon: Yes /No)

    Hope this makes sense.

    thanks a mil in advance.
    Best
    Chris

    View post on imgur.com

    Hi Andy,

    I’ve been working with NextGEN support. It is a known issue with Enfold, however their suggestions are not working to resolve the issue.

    Here is the thread with their support:

    Thanks, Deanna!

    Let’s try the following under Gallery > Other Options > Style (replacing the original I suggested):

    .galleria-theme-nextgen_pro_lightbox .galleria-stage, .ngg-galleria {
    height:100% !important;
    }

    There may be some trial and error involved, but as noted earlier, it will involve finding the most correct HTML element to insure that a height is set appropriately.

    Thanks!

    – Cais.

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Tue, Sep 27, 2016 at 1:20 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Hi Cais,

    The specific page is: http://laurenhardyphotography.ca/weddings

    The issue only presents on mobile (Andoird of Apple). It works great on Desktop.

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-27-16 12:20 PM

    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Deanna –

    Can you share a link to the specific display where you are seeing this issue. The above suggested work-arounds are generally found to sort out issues with the Pro Lightbox, I do not recall the issue being reported for a specific display type previously … although a similar work-around to specify a height for the display will also likely sort this out if that is the case.

    Thanks!

    – Cais.

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Tue, Sep 27, 2016 at 9:58 AM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Hi Becky,

    Also, the issue is only on mobile. The gallery shows great on desktop on all browsers.

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-27-16 9:07 AM

    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Hey Deanna,
    Yep, that’s correct. Would you happen to have a caching plugin installed? If so, could you purge all site cache and then deactivate that plugin. Next, clear your browser cache and reload your site. Often times, a caching plugin will interfere with site updates like this. Clearing it all out should provide a more accurate result of your style changes. You might also open your site in a different browser for comparison. Let us know your results. :)
    Becky

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Mon, Sep 26, 2016 at 4:17 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Thanks, sorry my misunderstanding. It’s still not working.

    Should it look like this: Lines 43 – 54

    .galleria-theme-nextgen_pro_lightbox .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    }

    .galleria-theme-nextgen_pro_lightbox .galleria-stage {
    height:100% !important;
    }

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-26-16 4:05 PM

    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Deanna –

    As noted previously, you may need to add that specific custom CSS directly into the file I pointed to.

    As to the Enfold components, and how they may or may not affect this issue … that is an unknown on our part as we are not familiar enough with their code/options/features to specifically say.

    Thanks!

    – Cais.

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Mon, Sep 26, 2016 at 4:01 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Hi Cais,

    Thanks for the solution, but it’s still showing error message on mobile (Android & iPhone after clearing caches many times) maybe I’m not implementing it correctly.

    Are you able to log into the back end of my website and see? I can create a temporary login for you.

    Now, I did disable to Enfold Lightbox Modal – I saw this on another support forum. Should this be enabled or disabled?

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-26-16 3:52 PM

    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Deanna –

    Further review of this conversation, and the note that you are using a Child-Theme of the Enfold theme, this is a known issue with the enfold theme.

    You will need to add some custom CSS to correct for the problem.

    The issue is specifically with the CSS used here:

    ../wp-content/plugins/nextgen-gallery-pro/modules/nextgen_pro_lightbox/static/theme/galleria.nextgen_pro_lightbox.css

    The following added under Gallery > Other Options > Style should sort out this issue.

    .galleria-theme-nextgen_pro_lightbox .galleria-stage{
    height:100% !important;
    }

    If it does not, you will need to add the above to the file noted, and will have to do so again with every update to our plugin if the issue returns in those cases.

    Thanks; and, our apologies for not noting this earlier.

    – Cais.

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Mon, Sep 26, 2016 at 3:35 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Hi Cais,

    The Pro Gallery is working on mobile only when it is opened in a new window.

    Does this help your diagnostic at all?

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-26-16 3:13 PM

    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Deanna –

    Switching themes and how well they retain their settings, etc. is solely on how the theme was built. If you have concerns with this specifically for your current theme then you would be best contacting the theme’s author to see if your concerns are warranted.

    Thanks!

    – Cais.

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Mon, Sep 26, 2016 at 1:25 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Hi Becky,

    Thanks for getting back to me. I have deactivated all the plugins but that did not resolve the issue.

    I am hesitant to switch the theme, will I lose all my formatting and pages, etc.? If you can please let me know if I will lose all the content, layouts, etc.? Thanks!

    Cheers,
    Deanna Simone
    Virtual Administrator
    Rosewood Virtual Admin

    Tel: 289-338-7297 | Email: (Email address hidden if logged out)
    Online at: http://www.rosewoodva.ca

    This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this email.
    Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.

    From: (Email address hidden if logged out) [mailto: (Email address hidden if logged out) ]
    Sent: September-26-16 10:47 AM
    To: Deanna Simone < (Email address hidden if logged out) >
    Subject: Re: NextGEN Pro: Fatal Error on filmstrip pro only on mobile

    Hello Deanna!
    Errors like this can typically occur due to a conflict on your site. I’d like to have you try a few things here. Please deactivate ALL plugins. Please also temporarily switch your theme to a WordPress default theme like Twenty Twelve. Now, reactivate NextGEN Gallery & NextGEN Pro/Plus only. If this turns out OK and the error does not occur, switch back your theme. If there is still no error, than that’s a good sign – no theme conflict! :) Now reactivate each of your other plugins until the error comes back and let me know which one is the culprit.

    Keep me posted. :)
    Becky

    Imagely Team
    The WordPress Photography People

    Stay connected with us & show your support by giving a ‘Like’ on: Facebook , Follow us on: Twitter & Google+
    ________________________________________

    On Sat, Sep 24, 2016 at 1:51 PM, Deanna Simone < (Email address hidden if logged out) > wrote:
    Name
    Deanna Simone
    Email
    (Email address hidden if logged out)

    Brief subject of your request
    Fatal Error on filmstrip pro only on mobile
    What is this query referring to?
    An Imagely Plugin
    Which Imagely Plugin?
    NextGEN Pro
    What version number?
    nextgen 2.1.50 & nextgen pro 2.3.53
    What version of WordPress are you running?
    4.6.1 running Enfold-Child theme
    Have you tried deactivating all plugins to test for plugin conflict?
    Yes – no change.
    Have you tested for a theme conflict?
    Yes – no change.
    What browser do you see this error in?
    • Chrome
    Do you still see this error after clearing browser cache?
    Yes
    What happens when you disable ALL browser extensions/plugins?
    No change.
    Hosting Provider
    HostGator
    How can we help?
    The NextGEN Pro Film strip appears great on the website, it is only on mobile that I get the error message:
    “Fatal Error: Could not extract a stage height from the CSS. Traced height: 0px.
    Website

    Notice
    • My question is not about advanced customization.

    #692919
    ilkbaharkunduzu
    Participant

    Hi,

    I want to ask you something. After the upgrade of my site, it is not compatible with the internet explorer 8 and 9 I guess. I accidentally saw it on my friend’s laptop. I am actually using mac. I do not see any problem on my mac pro but I have just checked with the web service below using Internet Explorer 8, 9 and 10 which is problematic and my site looks like especially a listed lines in IE 8 without any picture on it. Do you know the reason for this? The guy from codeable has done it in a task recently.

    https://netrenderer.com

    Thanks

    #692900

    Hi!

    I changed the code to following one

    #header .widget {
      left:0%;
      padding-top: 0;
      margin-top: -10px;
      position: absolute;
      top: 0;
      transform: translate(-10%);
      z-index: 3;
      padding-bottom: 0;
    }
    

    Bird should be a little bit happier now :)

    Regards,
    Yigit

    bill311
    Participant

    Hi all!

    On a homepage I have two masonry grids:

    • First grid pulls only posts in the “Featured” category.
    • Second grid displays every other category except “Featured.”
    • Posts can be categorized into about 12 cats.
    • And many posts fall into multiple cats.

    The reason for the two grids:

    • Posts gets added quiet frequently and I only show the 3 latest posts in each grid on the homepage.
    • Some posts I want to stay on the homepage longer, so I flag them as “Featured” and use it sparingly.

    The problem is: If I have a post flagged as “Featured” and as “category 2” it will show in both grids.

    I saw the below thread to filter the query for “Category__not_in” which works, but it does it for all masonry grids.
    https://kriesi.at/support/topic/exclude-category-or-tag-from-masonry-pullavoid-duplicate-posts-on-frontpage/

    Is there anyway to apply the above filter to only one specific masonry grid? or another way to accomplish the goal? Clear as mud? :)

    Donkies11
    Participant

    Hello Enfold Support,

    We have a lot of pages where we’re creating a “header” element with the Color Section set at 75% Browser Window Height with a background image. This is a good page to use as an example: http://freshhfs.voxmaxum.com/company/sustainability/

    It’s great on desktop, however, it is way too big for mobile. Can you set me on the right path to have this element load appropriately for mobile?

    (See screenshot below.)

    Thank you,
    Greg

    screen shot of page on mobile

    #692862
    Kaio Fragoso
    Participant

    Hello, guys! I’m getting the following error messages on the top and bottom of my website:

    TOP: Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_9to5835vgl97bcaojguh6tqj01, O_RDWR) failed: No such file or directory (2) in /home/storage/e/7f/bb/gvbadvocacia1/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    BOTTOM: Warning: Unknown: open(/var/lib/php-cgi/session/sess_9to5835vgl97bcaojguh6tqj01, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php-cgi/session) in Unknown on line 0

    What should I do? Please help.

    Thanks!

    #692847

    In reply to: Problem with quick CSS

    Oh, hold on. I think I’ve answered my own question.

    #top .people .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }
    

    I did try this before I asked the question, but it didn’t work, but now it does. User error I guess!

    #692842

    Topic: Problem with quick CSS

    in forum Enfold
    jonrouse
    Participant

    Hi,

    I’ve been building a site this week and I’ve encountered a problem with the short code that I need some help with.

    I’ve put a border around entries on a portfolio grid I am using on the “People” page.
    However this has also gone over to the front page. I think it is because I have applied the styling to pages split into “fourths”.

    #top .no_margin.av_one_fourth {
        border-radius: 0px;
        border: 6px solid white !important;
    }

    I have enabled the custom css class thingy, and was wondering if that’s how I only apply it to one place?

    Thanks guys…

    #692840

    Hi,

    Please add Code Block element to your home page and then add following code inside it

    #header_meta, .header_bg { background: orange !important; }
    #header * { color: white !important; }
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .all_colors h1 { font-size: 24px !important; }
    #top #wrap_all .all_colors h2 { font-size: 20px !important; }}

    Best regards,
    Yigit

    #692773

    Hey pako69,

    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 #av-burger-menu-ul li a {
        font-size: 20px;
    }
    

    If that does not help, we are going to need to see your live site :)

    Best regards,
    Yigit

    #692748

    In reply to: mobile header issues

    Hi,

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

    @media only screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption {
        padding: 0;
    }
    #top .avia-slideshow-button { 
    margin-top: 0; 
    }
    }
    

    Best regards,
    Yigit

    Wolf
    Participant

    Hello,
    Since the update of w3tc I lost a lot of functions in my website. I had to stop using w3tc.
    Switching the minify to manual worked. And all the functions returned, but nog the site is slow again (pagespeed 40)
    No more gzip or minifing of js or css.
    I dont get it to work, any idea?>
    ——
    everything is working now, except for gzip, Not everything gets gzipped.

    • This topic was modified 9 years, 6 months ago by Wolf.
    #692728

    But autoplay is not restricted on IOS anymore…. Please see the link I posted.

    #692724

    Hey elliot-a,

    autoplay is restricted due to vendors of mobile devices. You need to use a Video Element for it instead.

    Best regards,
    Andy

    #692712

    Hey peanuttario,

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

    body#top.page-id-67, .page-id-67 #header {
        max-width: 100%!important;
        width: 100%!important;
    }
    
    

    Best regards,
    Yigit

    #692711

    In reply to: Logo too small

    If i upload it at double size, it is still ridiculously big, but sharper (of course).

    The problem is that it was too small to begin with, but that it seems to be very tiny or enormously big. I would like something in between. But when I upload it in lets say 450×50, the logo is being scaled to a bigger size (don’t know why), and therefore unsharp.

    The problem is of course the shape of our logo…
    a width of 340 is great on mobile phones also, however, the logo is then very small and hard to read. So I would like it to be a bit bigger, lets say about 450×50 on laptop screens and what is was before (original) on the phone screens. How to make that possible?

    #692687

    Hey Claudia,

    I changed z-index to 2 in following code

    #header .widget {
      left:0%;
      padding-top: 0;
      margin-top: -10px;
      position: absolute;
      top: 0;
      transform: translate(-10%);
      z-index: 2;
    }

    Please review your website now

    Best regards,
    Yigit

    #692681

    In reply to: Menu icon align

    Hi,

    I added following code to Style.css file of your child theme

    .avia-menu-text img {
        top: 5px;
        position: relative;
    }

    Please review your website now

    Best regards,
    Yigit

    #692656

    Hi – I already tried this but it ends up in the header area not in the meta area next to the social icons where I want the flag, please view here: http://reservoir.no/no/startsiden/

    Using the following css:

    #header .widget {

    left: 10%;
    padding-top: 6px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;

    }

    What am I doing wrong?

    #692636

    In reply to: Portfolio Ordering

    Hi,

    this is very confusing to me. Please keep writing about one issue only and feel free to open a different ticket for more questions/issues.

    To move your buttons use this code:

    #top .avia-post-nav {
    top: 90%;
    margin-right: 83px !important;
    margin-left: 83px !important;
    }
    

    and adjust as needed.

    For the other issue as already said please hire a freelance developer for this job: http://kriesi.at/contact/customization

    Best regards,
    Andy

    #692628

    Awsome! That worked. There is another issue now, when the search box opens it is off the left side of the screen so you only can see the right side of the box. When you type in a search you can’t see what you type as is is off the left side of the screen??
    Is there a way to get the search in the top header? I’ve tried this https://kriesi.at/support/topic/search-icon-on-mobile-devices/ but I end up with [avia_search] in the top menu instead of teh search icon.

    #692586

    Hi.
    Thanks for the code. It works in child themes style css but not in quick css??
    There is a problem though, it appears in the centre of my logo, either on top or behind.
    I have played around with the top and right margins but that just moves the cart and drop down menu with it??
    Maybe it needs to go in the top menu as a fix?
    I’ll leave it so you can take a look. The problem is on a smart phone (mobile) view.

    #692575

    Hi,

    Please try changing the code to following one

    function avia_custom_blurry(){
    if(!wp_is_mobile()){
    ?>
     <script>
    jQuery(window).on('scroll', function () {
        var pixs = jQuery(document).scrollTop()
        pixs = pixs / 100;
        jQuery(".blurry-slider li").css({"-webkit-filter": "blur("+pixs+"px)","filter": "blur("+pixs+"px)" })     
    });
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'avia_custom_blurry');

    Best regards,
    Yigit

    #692571

    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 .all_colors h3 {
        font-size: 12px;
        font-family: 'Arapey';
        font-style: italic;
    }
    .av-main-nav > li > a {
        font-weight: normal;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #692568

    I found another post about this and it gave me an idea of where to look. I changed the 210 & 135 numbers (previously were 175 and 100)

    				scroll_top: function()
    				{
    					setTimeout(function()
    					{
    						var target_offset = target_wrap.offset().top - 210,
    							window_offset = win.scrollTop();
    											
    						if(window_offset > target_offset || target_offset - window_offset > 135  )
    						{
    							$('html:not(:animated),body:not(:animated)').animate({ scrollTop: target_offset }, options.timing, options.easing);
    						}
    					},10);
    				},
    
Viewing 30 results - 90,091 through 90,120 (of 142,935 total)