Forum Replies Created

Viewing 20 posts - 761 through 780 (of 14,488 total)
  • Author
    Posts
  • in reply to: code/scripts via functions #235501
    Sakin
    Keymaster

    Hi Stevieg,

    Please don’t edit any theme files inside the ‘adonis’ theme directory as all the edits you make there will be reverted back when you update the theme. So, you will lose all your edits. If you need to edit any code theme files then you need to build a child theme and edit it.

    To add code in header or footer, you can use the plugin like “Catch Web Tools“. Active this plugin and then activate the “Webmaster Tools” module and click on Header and Footer Scripts. Then finally add your code there.

    Regards,
    Sakin

    in reply to: Just purchased nothing happens?? #235404
    Sakin
    Keymaster

    Hello Dani718,

    It may have gone to your spam fonder. Ok let me check with sales. For these type of sales and account issues you can directly contact us at https://catchthemes.com/contact-us/

    Thanks.

    Regards,
    Sakin

    in reply to: No authentication E-Mail arrives #234889
    Sakin
    Keymaster

    Hello dreipfeile: It looks like there is an issue in an email. I have contacted you via email as well. I hope you get it. If you still haven’t got it then please contact us using different email address via our contact form at https://catchthemes.com/contact-us/

    in reply to: No authentication E-Mail arrives #234832
    Sakin
    Keymaster

    Hello dreipfeile: Please check your spam or junk folder in your email for authentication email.

    in reply to: Error Message #234680
    Sakin
    Keymaster

    Hello asoka1938,

    Can you go to “Appearance => Customize => Header Media” and check the value in the field “Header Media Overlay”? It should be number. If you don’t want overlay then you can type in 0 instead of empty.

    We will fix this empty check in the next version update.

    Regards,
    Sakin

    in reply to: phone number not clickable #234575
    Sakin
    Keymaster

    Hello Carolyn,

    You can just click on “Create New Topic” at https://catchthemes.com/support-forum/. To post in any new questions. As some time, we don’t get a notification in old topics.

    I check in your site and promotion headline has that white background. I think it’s the issue of HTML and CSS in dark color scheme. So, can you update your theme to latest version 2.7.5 and after that go to “Appearance => Customize => Theme Options” and try changing any value, this is just for clearing cache. This should fix your issue.

    Regards,
    Sakin

    in reply to: Cannot update to Travelore Pro #234209
    Sakin
    Keymaster

    Hello Milan,

    Yours is different than Jamie. After you purchase the Travelore Pro theme, you need to download the theme zip file from your account at https://catchthemes.com/my-account/ and then upload it to your site from “Appearance => Themes => Add New”.

    Here is the details steps:
    * Download Travelore Pro zip file from your Catch Themes member https://catchthemes.com/my-account/ to your Desktop. Just for your note, some modern browser like Safari has auto zip extractor and will extract the zip file as soon as you download the zip file. In this case, open Safari and go to “Safari => Preferences” and in the “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download the zip file
    * Login to the WordPress Administration Panel
    * Go to “Appearance => Themes => Add New”
    * Click on “Upload Theme” and Browse the downloaded file travelore-pro.zip from the desktop where you have it downloaded
    * Click “Install Now” and after installation complete, Click on Activate

    You can also check out the youtube video for visual steps at https://youtu.be/gVvrbKJNfkE

    Regards,
    Sakin

    in reply to: Can’t Edit Copyright Info in Footer #233234
    Sakin
    Keymaster

    Thanks for reporting in detail with that screenshot. Now, I finally got the issue. I just fixed it and also set the update. Please update the theme and load the customizer then it will work fine.

    in reply to: Can’t Edit Copyright Info in Footer #233171
    Sakin
    Keymaster

    Sorry, we are not able to get this issue in our system. Maybe it’s plugin issu. So, can you install this plugin “Transients Manager” https://wordpress.org/plugins/transients-manager/ and delete all transit and check in

    in reply to: Can’t Edit Copyright Info in Footer #233166
    Sakin
    Keymaster

    Maybe it’s just your browser chache issue. So, can you do hard refresh and check in. I just checkin your site https://chickadeewebdesign.com/ footer and it’s showing 2020.

    in reply to: Cannot update to Travelore Pro #232725
    Sakin
    Keymaster

    Hello Jamie,

    First, you need to activate Travelore Pro theme. Looks like you have active theme as “Travelore” free. Pleas go to “Appearance => Themes” and then active Travelore Pro theme then you will see license option in “Appearance => About Theme => License”

    Regards,
    Sakin

    in reply to: change username #232722
    Sakin
    Keymaster

    @BVadmin: Ok we have changed your username as requested.

    in reply to: Changing Font Size #232402
    Sakin
    Keymaster

    Hello Klaus,

    The size attribute of <font> is not supported in HTML5. Use inline CSS instead
    <p style="font-size:20px">All information without guarantee </p>

    But if you don’t want to use inline css and wanted to add above CSS in “Additional CSS”, then you can add the following HTML code:
    <p class="text-klein">All information without guarantee </p>

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello Brian,

    It’s a strange issue and we checked in our server and it’s working fine. So, there must be an issue with some plugin or the server settings conflicting. We are checking in details and also we will check-in details with you.

    Sorry for the issues.

    Regards,
    Sakin

    in reply to: Fatal Error #230702
    Sakin
    Keymaster

    Hi Vincent,

    Thanks for using the Fotografie Blog Pro theme. Looking at the error you have posted in looks clearly from Squirrly SEO plugin. So, try deactivating and removing that plugin. For SEO it’s better to use Yoast SEO plugin.

    Regards,
    Sakin

    in reply to: phone number not clickable #230090
    Sakin
    Keymaster

    For phone number to be clickable you need to create link with tel: like below:

    <a href="tel:123-456-7890">123-456-7890</a>

    in reply to: Some Issues #230054
    Sakin
    Keymaster

    Hi Edwin,

    About the related product images in https://www.goldenbuddha.net/product/vajravarahi-statue/. Can you let me know what do you want in mobile devices. Maybe share screenshot of what you want then I can send you custom CSS.

    Regards,
    Sakin

    in reply to: Some Issues #230053
    Sakin
    Keymaster

    Hi Edwin,

    About your site header image in globaltravelpress. Yes, the header image is set to 100% as in our design. The recommended image size is 1920px width by 720px height. As your image is small just above 1240px width and 492px height, that is why it looks a little blown out.

    So, either increase the size of the header image or if you want it like small then add the following css in “Appearance => Customize => Additional CSS” box:

    #header-featured-image {
        max-width: 1240px;
        margin: 0 auto;
    }

    Regards,
    Sakin

    in reply to: parallax scrolling #230050
    Sakin
    Keymaster

    I am checking in your site domainline.co.uk but I cannot debug it properly as you are using “WP Fastest Cache”. So, can you clear the cache and deactivate that plugin. Then I can check in again.

    in reply to: parallax scrolling #230025
    Sakin
    Keymaster

    Hi Chris,

    That issue was fixed already in the theme before in version 2.0.5. I just test in our demo site https://catchbiz.com/ and it’s working fine without any custom CSS. So, you might want to try removing your Custom CSS.

    Regards,
    Sakin

Viewing 20 posts - 761 through 780 (of 14,488 total)