Forum Replies Created

Viewing 30 posts - 91 through 120 (of 135 total)
  • Author
    Posts
  • in reply to: Masonry Shop Sorting #243069

    Hi nycentralparktours2011!

    Any link/url you can provide, would be really helpful, thanks.

    Cheers!
    David

    in reply to: buttons: if link is put manually, created link is wrong #242470

    Hey dalcnetsrl!

    1. On your example website.url/path/manually, how are you expecting the links to look like ?
    2. I’m afraid the copy/paste is the way to go on this one, that’s wordpress specific. ( ability to choose a media to get linked ), unless you find a plugin which i’m not aware of.

    Best regards,
    David

    in reply to: Siderbar is not showing on Home page #242409

    Hey!

    Your site is not working.

    Best regards,
    David

    in reply to: tracking vimeo videos in google analytics #242408

    Hey Vermishelle!

    To add the script you need to open functions.php go to the line 264 ( assuming you haven’t added anything before ), if not look for this line wp_enqueue_script( 'jquery' );

    You need to add the below code
    wp_enqueue_script('vimeo-ga', $template_url . '/js/vimeo.ga.min.js', array('jquery'), 1, true);
    This will ask / look for the file in this location ( so paste the file in there ). ENFOLD_FOLDER/js/vimeo.ga.min.js

    About your other question you can add that to the ending of the url http://vimeo.com/1084537?api=1 , ( if that’s not the case elaborate on that one, or try first and then let us know what happen ).

    Best regards,
    David

    in reply to: Transparent Header not working #242405

    Hi!

    The white background will always be there, you can assign some transparency to backgrounds, but browser have by default a white background, so unless you place some color you will always get the white bg, just like you get white bg when you open a new tab, same deal.

    If you see transparent bg it’s represented in photoshop by a grid white and gray, same deal with the browser but instead of the grid they show a white bg, and the snippet provided above it’s working.

    Regards,
    David

    Hey abedia!

    Was trying to get access to your site, apparently it’s down, you should be able to limit the excerpt by using the more ( shortcode ), like you mentioned above, what you could do is use an excerpt you can activate them on the post page, ^ screen option and click on the checkbox, it will allow you to use the excerpts on the theme.

    Regards,
    David

    in reply to: Google Pagespeed Insights #241443

    Hey!

    About pagespeed ingsights,

    – Eliminate render-blocking JavaScript and CSS in above-the-fold content possible solution though this has to be implemented per domain we can’t doit for the theme, not everybody has the same content on home page for instances, https://www.youtube.com/watch?v=CfmUf1_M9lI
    – Minify CSS / Minify Js / Compress Images ( up to you, and you should definably doit, you should uglify and gzip your files ).

    Cheers!
    David

    in reply to: Content Walls or Gates possible? #241440

    Hey Mark!

    You could try this plugin https://easydigitaldownloads.com/extensions/free-download/ , you will need to install first https://easydigitaldownloads.com/

    Cheers!
    David

    in reply to: Animate within layerslider? #241426

    Hey rkarroll!

    Yes it’s possible, basically you can achieve all of this animations http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/ ( we are using this plugin ), the plugins has it’s slider builder with preview, so you are able to animate and see before saving your content.

    Cheers!
    David

    in reply to: PHPSESSID errors #241425

    Hi rogersmedia!

    PHPSESSID, has nothing to do with Enfold theme, this is being set by php itself which helps to keep track of cookies …, if you want to disable them you could try to disable them on your .httacess here is a good article that shows you how to. http://www.ragepank.com/articles/26/disable-phpsessid/

    Cheers!
    David

    Hey Joseph!

    Add this to your styles.css on your child theme, or your custom styles

    .av_phone_active_right .phone-info {
    margin-top: 1px;
    }

    Best regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    in reply to: Gallery conflict with light box on mobile #241417

    Hi Jyles!

    This plugin “Galleria Fullscreen Theme”, that you have installed is conflicting with the current light box that enfold uses, you should try to dequeue the enfold light-box so you avoid conflicts. Which is going to disable this functionality on all of the pages, and leave your “Galleria Fullscreen Theme” in place.

    Here is the link that shows how to do this.
    http://codex.wordpress.org/Function_Reference/wp_dequeue_script

    Regards,
    David

    in reply to: add Javascript form for gestresponde mailer #241416

    Hey fragezeichen!

    I’m afraid the script you are providing won’t do anything or what you are expecting, you should purchase the plugin from the official site, here is the wp version http://connect.getresponse.com/integration/wordpress-integration-2
    and here is the plugin http://wordpress.org/plugins/getresponse-integration/

    Best regards,
    David

    in reply to: Layer Slider problem before update #241411

    Hi Xvirt!

    Can you try to upload the plugin dependencies manually via ftp, the content of Layer slider is located here,
    config-layerslider, use your ftp to replace the dir, and let us know if that help solve the problem.

    Best regards,
    David

    in reply to: Logo back to 200px height ? #241408

    Hey Bruno!

    By this “..change my Logo-height back to 200p for fixed header”, I’m assuming you want to disable the animation, hence don’t want the logo to shrink, here is how to :

    – Go to the folder js/avia.js line 1198 and comment the code like so.

    /*if(shrinking && !isMobile)
                    {
    	                if(st < el_height/2)
    	                {
    	                    newH = el_height - st;
    	                    header.removeClass('header-scrolled');
    	                }
    	                else
    	                {
    	                    newH = el_height/2;
    	                    header.addClass('header-scrolled');
    	                }
    	                
    	                elements.css({'height': newH + 'px', 'lineHeight': newH + 'px'});
                    	logo.css({'maxHeight': newH + 'px'});
                    }*/

    Best regards,
    David

    in reply to: URL question #241406

    Hey t3lgroup!

    Under settings > permalinks / close to the bottom part (Portfolio Entry Settings), you are able to set the slug ( /portfolio-item/ ) which will allow you to set Portfolio Items Base / Portfolio Categories Base.

    Hope this solution help you to solve your current situation.

    Best regards,
    David

    in reply to: Mailchimp submit button not showing #241381

    Hi solveigmalvik!

    I’ve checked your site, the button is in there, the plugin you are using it’s not showing it, because of some classes not being apply, here is the fix.

    #mc_embed_signup .clear {
    clear: both;
    visibility: visible;
    width: auto;
    height: auto;
    }

    Regards,
    David

    in reply to: Horizontal opt in bar mailchimp, aweber etc? #241372

    Hey solveigmalvik!

    By horizontal email list, i understand you want an email subscription horizontal bar, if that is the case you can use the page builder to place it, either below the menu bar / below the slider, from layout elements ( page builder ) you can choose 1/1 or color section, then on content elements, you can choose contact form add elements like name / email / submit button, choose Captcha if need to, and you will have your email subscript form, or you can choose a plugin, and insert the shortcode wich will display this for you.

    Cheers!
    David

    in reply to: Portfolio categories #241350

    Hi spavli2!

    I’m assuming you are using the portfolio-grid from conten-elements ( page-builder ), if you have assign a subcategory 1 to the parent category 1, you can choose that sub-cat, from the pop-up window ( Which categories should be used for the portfolio? ) on the left hand side.

    Regards,
    David

    in reply to: WPML language switcher duplicated after updating to 2.6.2 #240917

    Hi Jorge!

    Have you tried to remove it from the WPML options page ? this should let you remove the Espanish flag in there.

    Best regards,
    David

    in reply to: Image sizes and css #240904

    Hi borkent!

    Thanks for the feedback, this properties become useful to scale down images when the container is < than the image itself, e.g. container 300px and image 600px wide, if you don’t have those properties applied to your images, the image itself will overflow the container causing layout problems.

    Best regards,
    David

    in reply to: Adsense #240901

    Hi Zakkery!

    Inside of single.php you should be able to paste the code that generates the Adsense, after </main>

    I would like to suggest you to create a custom div like so
    <div class="AdSense-container"> //Place your php code inside here and then you can target this class to style it. </div>

    Best regards,
    David

    in reply to: Update #240892

    Hey!

    I’ve checked your site, the problem is your site is missing files that layerslider uses, a quick fix is to manually install the plugin. You can navigate to your plugins directory ( using an ftp ) and open LayerSlider folder, then go to where you have enfold files ( locally / your computer ) and upload those using the ftp, files are located in config-layerslider > LayerSlider.

    Or you can always reinstall the theme/ reupload the theme.

    Best regards,
    David

    in reply to: Fullscreen slider srcoll down bug – page 2 #240886

    Hi!

    I’ve just checked your site, and it’s working properly, http://www.transics.com/product/tx-connect-mobile/#pro-intro . What could be happening is if javascript hasn’t finished loading and you click on the scroll-down, it will performed in a strange way.

    Regards,
    David

    in reply to: Background immage and transparent content area. #240885

    Hey!

    If that doesn’t get apply you can always add the !importat at the end of the instruction.

    .my-content-area{
        background-color: transparent!important;
    }

    Cheers!
    David

    in reply to: Background immage and transparent content area. #240883

    Hey!

    Assuming you already have the image, to create a transparent content areas you need to add the following to every single area,

    
    .my-content-area{
        background-color: transparent;
    }

    Best regards,
    David

    in reply to: #section links #240404

    Hi basilicon!

    I’ve just tested your site visited the following links:

    -http://www.carlssonkickoff.se/kick-off-paket/loddekopinge/#konferens
    -http://www.carlssonkickoff.se/kick-off-paket/loddekopinge/#segwaypolo
    -http://www.carlssonkickoff.se/aktiviteter/upplevelser-aventyr/#glodvandring

    They were behaving as expected taking you to the specific #section.

    Cheers!
    David

    in reply to: Enfold Webpage in Wartungsmodus versetzen #240396

    Hi sunshineh!

    Most of the options needs to have permissions to either manage / edit / update those, or have admin privileges to work, so there is no need to add that snippet to funtions.php, hopefully i was able to answer your question, ( don’t speak or read german but i can use google translate ;).

    Cheers!
    David

    in reply to: Icon list size and alignment #240394

    Hi Jarnis82!

    It’s kind of complicated providing a solution without the URL, is there a chance you can forward that ?

    Regards,
    David

    in reply to: Change the width and height of youtube video #240392

    Hey ctcphx!

    I will need an url to provide you the exact code, you can always use
    MY_CLASS_SELECTOR{width: 75%; height: 75%;}
    MY_CLASS_SELECTOR ( Is an example ).

    Cheers!
    David

    • This reply was modified 10 years, 8 months ago by David.
Viewing 30 posts - 91 through 120 (of 135 total)