Forum Replies Created

Viewing 30 posts - 151 through 180 (of 199 total)
  • Author
    Posts
  • in reply to: google reviews widget #1361363

    Thanks

    Do you know if this widget works?

    in reply to: Video not viewing on mobile #1360340

    Please advise on my precious query

    Thanks
    Marcus

    in reply to: Google Analytics implementation #1360339

    Hi,
    see below\\Thanks
    Marcus

    in reply to: Google Analytics implementation #1359601

    Hi,

    The extra script that I added for zoho in the Google Analytics box does not seem to be working.

    Would you suggest I add in the header php – it is not clear on head php where script goes?

    I am not running child theme so unsure the best route?

    Please advise

    Thanks
    Marcus

    in reply to: Banner with video embedded #1359156

    Hi

    Please confirm CDN?

    Also, initial question. Which is the best element to use in Enfold builder for banner video background with text header and button to front?
    Colour selection for the video background, then text and button in a column?

    Please confirm

    Thanks
    Marcus

    in reply to: Banner with video embedded #1359055

    Hi

    I forgot to mention the the background b=video needs to be on autoplay with no bottom labels showing for Youtube/Video etc.

    Thanks
    marcus

    in reply to: Notice: Undefined index: path in #1357870

    Hi Mike,

    I can’t find what is deferring the javascript.

    Login supplied in the private content.

    Please can you look into this asap and come back to me.

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357779

    Thanks Nikko

    The font and styling issues that I experienced yesterday seem to be working OK now. Not sure how they have rectified. I did clear the cache a few times yesterday and could still see the issues – but today it is displaying OK?

    I am on Google Chrome browser latest version.

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357764

    Hi

    Thanks.

    This is my dev site. I wanted to check that the child theme worked ok before going through the same process for the live site.

    Please only check the dev site.

    The child theme seems to be working OK now – not sure why? Has any of your team changed anything?

    Thanks
    Marcus

    in reply to: Google Analytics implementation #1357722

    thanks

    Where is best positioning for code in header.php?

    in reply to: Google Analytics implementation #1357707

    Hi Rikard

    So I can add the code in the Google analytics box within Google Services, In addition to the Google analytics code I already have?
    See content and advise if this is correct?

    Ref if I pout the script in the header.php
    Does the code go in a certain place? eg code goes where the wording is below: Scripts/CSS and wp_head hook

    ?>

    <!– Scripts/CSS and wp_head hook –>
    <?php
    /* Always have wp_head() just before the closing </head>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to <head> such
    * as styles, scripts, and meta tags.
    */

    wp_head();

    in reply to: Enfold Theme – Various setup #1357687

    Hi,

    OK, so I took your advise on installing the Child Theme as per the documentation here: https://kriesi.at/documentation/enfold/child-theme/

    I actioned all 4 steps as per the wordpress option including point 4 exporting and importing parent enfold theme settings.

    Unfortunately many of the style settings are not showing from the Enfold parent theme settings imported. They all look to be set/showing in the Child theme options BUT not showing when live.
    I have recached as advised a few times but the issues are the same.

    So I reverted back to the Enfold parent theme and uploaded the fallback Enfold theme setting HOWEVER this is now showing the same issues as above – many of the styles/fonts are not visible, even though they are set in the theme options.

    Can you help please as it looks like the install of the child theme has bombed the styles on the site, even if I revert back to the Enfold theme.

    Thanks
    Marcus

    in reply to: Google Analytics implementation #1357677

    Thanks

    If I have another script that I need to add, where in the is best to place the script in the header php?

    Can you send a screen capture for where to place?

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357581

    Hi

    I am a little confused.

    Are you saying best to add the script within Child theme > functions.php

    As below?

    Thanks
    Marcus

    //——————————-
    // Custom script in head section
    //——————————-

    function custom_script_name(){
    ?>
    <script>

    // Your script here

    </script>
    <?php
    }
    add_action(‘wp_head’, ‘custom_script_name’);

    in reply to: Enfold Theme – Various setup #1357552

    Hi,

    Until I have the child theme set, can I add script in Theme header.php?

    Is the correct area to add straight after the hook –>

    <!– Scripts/CSS and wp_head hook –>
    <?php
    /* Always have wp_head() just before the closing </head>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to <head> such
    * as styles, scripts, and meta tags.
    */

    wp_head();

    Please confirm

    Thanks

    in reply to: Button alignment over 3 columns #1357506

    Thanks

    There is still a large gap between the text and button when I apply.
    Can this be reduced by adjusting pixels?

    Thanks
    Marcus

    in reply to: Image + Text Block #1357467

    Hi

    I have tried applying this to the page in private content by:

    1/ Adding ‘banner-grid’ in the grid row developer settings under css class name
    2/ Adding the code you supplied in Enfold > Theme Options > General Styling > Quick CSS
    @media only screen and (max-width: 767px) {

    /* Add your Mobile Styles here */
    .banner-grid .flex_cell:first-child {
    height: 200px !important;
    }
    }

    It has not made any difference to the way the image resizes on mobile view.

    Please advise

    Thanks

    in reply to: Image + Text Block #1357464

    Is it best practice to create a child theme and add CSS in the child theme, or use quick CSS in the parent theme? I am not sure if all css is lost when the theme is updated?

    Thanks
    marcus

    in reply to: Enfold Theme – Various setup #1357462

    I can’t seem to download see the child theme anywhere on my ThemeForest account?

    I see other people have had the same issue on the forum

    Please advise.

    in reply to: social icons size adjust in socket #1357455

    Thanks

    Forgive me, what do you mean by toggle.

    Are you saying each time I add CSS, I need to disable the Enfold > Performance > File Compression settings, then re-able them if the changes are working OK?

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357452

    Thanks for the feedback,

    I do not have much knowledge of child themes. Is there any other way I can add code into the head tag?

    Thanks
    Marcus

    in reply to: Button alignment over 3 columns #1357451

    Hi,

    If I only want to apply to the 3 columns with text and buttons, what would the css code and css class name be?

    Thanks
    Marcus

    in reply to: Image + Text Block #1357418

    Hi

    I will try this.

    1/ Does the CSS need adding to the Grid Column element where the background image is? or the Grid Row that has the 2 x Grid Coumns within?

    2/ Ref your note on below. Once I have checked this is all OK do I able the File Compression again?

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. The following documentation should help.

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357257

    Hi

    Ref below –
    6/ Pop up box on entry to accept cookies
    Is there anything in the theme that sets an auto pop-up to accept cookies etc.
    Your reply
    Yes, go to Enfold > Privacy & Cookies, for further instructions please check: https://kriesi.at/documentation/enfold/privacy-cookies/

    Which do I enable to create the pop up in entry of the site?

    2/ Adding code in head tag
    If I want to add code in the head tag that is script not for Google but another – is this applied in Appearance > Theme File Editor? If so which php file do I edit?

    Thanks
    Marcus

    in reply to: Enfold Theme – Various setup #1357256

    Hi

    Ref Recaptcha
    I am currently developing this site in an alternative dev domain.
    The site will then be moved its domain for launch.
    Recapcha required that the domain is hosted.

    Would you suggest I register for the keys under the dev domain to create them and add Recaptcha in enfold google services so that I can test.
    OR
    Wait until the site is in it’s true domain, then register for the keys in the true domain and then enable Recaptcha.

    Thanks
    Marcus

    in reply to: Image not showing on mobile #1357241

    Hi

    This is a Grid row half column cell.

    The layout builder won’t let me add a whitespace into the cell. It just disappears when I drag the element over the cell.

    Any suggestions?

    Thanks

    in reply to: Image not showing on mobile #1357216

    Hi

    Please clarify.

    Do I need to add white space element in the 2 col. cell where the image is set as the background?

    Thanks

    in reply to: Enfold Theme – Various setup #1357003

    Hi,

    I have had no feedback on this.

    Please advise

    Thanks
    Marcus

    in reply to: Gallery single Image styling #1356288

    Hi,

    Thanks for this.

    Is this for the keyline removal only?

    Is it added in main CSS or the gallery advanced only?

    Thanks
    Marcus

    in reply to: Image Caption #1356011

    Hi Rikard

    What is the css code to change the font weight?

    Thanks
    Marcus

Viewing 30 posts - 151 through 180 (of 199 total)