Forum Replies Created

Viewing 30 posts - 1 through 30 (of 57 total)
  • Author
    Posts
  • in reply to: Theme Update #1401465

    you can close this thread.

    in reply to: remove spacing between #1400430

    Thank you, Ismael. That worked.

    in reply to: Theme Update #1400316

    Thank you, Ismael.

    in reply to: remove spacing between #1399921

    Hi Ismael,
    I am not sure what was happening with the website when you checked. it is up and running now.
    I have implemented the code below, but it is not adjusting the padding after the “read more” statement for each post.:
    .flex_column .template-blog .post_delimiter {
    margin: 0;
    padding: 0;
    }
    Does the css need tweaking?
    Thanks,
    Angela

    in reply to: remove spacing between #1399751

    Hi Ismael,

    I implemented the css code, from above, but it didn’t change the padding after the “read more” statement on my blog posts.

    Any thoughts about this.

    Thanks,
    Angela

    in reply to: Tag meta element not working for blog page #1396119

    Hi,

    So, is the php coding required as well as having the new version?

    My problem is that I have no idea how to update the php file. Is there css code that can be used instead?

    Thanks,
    Angela

    in reply to: Tag meta element not working for blog page #1393853

    Hi Mike,

    Could you please tell me when the V5.4 update will be available?

    Thanks,
    Angela

    in reply to: Tag meta element not working for blog page #1377770

    Hi,
    Thank you for your responses but I do not know how to update the php file. I am worried to do so in case I break my site.
    Is there a css alternative, please?
    Thanks,
    Angela

    in reply to: Tag meta element not working for blog page #1377064

    Just to clarify, the tag field actually does appear when you look at an individual post.
    However, tags are not displayed for a list of posts displayed using the Blog Post element.
    Thanks,
    Angela

    in reply to: Extended Support #1376954

    Great, thanks Yigit!

    I will cancel my refund request. Can I restart my support-extension from today, please. I originally purchased it on 1st December and have lost 3 weeks of it in trying to get access. Thank you!!

    in reply to: Extended Support #1376811

    Hi Yigit,
    I wasn’t provided a purchase code for the 6-month support that I purchased.
    I have tried to validate purchase codes from my previous Enfold licenses, but it didn’t work because they have expired.
    A copy of one of my previous purchase codes is in the Private Content section below.

    Please feel free to log in to my account.

    Regards,
    Angela

    in reply to: Extended Support #1376627

    Hi Rikard,

    I tried using the purchase codes for the 3 licenses I previously bought, but the system does not accept them.

    Although I am registered, I cannot post a new thread on the support forum.

    Regards,
    Angela

    in reply to: Extended Support #1376545

    Hi,
    I have previously purchased 3 Enfold themes, myself.
    Regards,
    Angela

    in reply to: Extended Support #1376314

    Hi,
    I contacted Themeforest support but they referred me back to you. So, it seems that I have a purchased 6-months of support that is unusable.

    I have requested a refund but I am at a loss how to obtain support for Enfold.

    Regards,
    Angela

    in reply to: Extended Support #1375739

    Hi,
    I contacted Envato Customer Support. They said that because I purchased 6-months of support only, there is no purchase code. There is no license key displayed in the Downloads section of my Themeforest account profile for the same reason.

    How do we fix this problem? I made my purchase on 1st December and I am still trying to resolve this.
    I can send you a purchase confirmation and invoice receipt that I was sent when I purchased the support extension.

    Your help would be appreciated.

    in reply to: different caption position for each fullwidth slider #1305726

    Hi Rikard,

    All fixed. I had a few syntax errors in my CSS. I fixed them and the problem stopped. Thank-you.
    Angela

    in reply to: different caption position for each fullwidth slider #1305487

    Thankyou Rikard, the code works, which is great!

    So, I went ahead and added the code for 3 more fullwidth sliders. Now I have another problem, which may/may not be related – my CSS updates won’t save. This message is displayed: “Saving didn’t work. Please reload the page and try again.”
    To try and fix this, I have done the following:
    – tried to remove my last CSS update
    – backed up my CSS then deleted all CSS
    – reloaded the page
    – logged off then logged on again

    Nothing helps! Could you please help me. My CSS is included below:
    /*change caption position on Home fullwidth slider */
    .slideshow_align_caption {
    top: -90px; left: 40;
    }
    /*change caption position on About fullwidth slider to top*/
    #top .caption_bottom .slideshow_caption {
    bottom: auto;
    top: 30px; left: 40;
    }
    /*change caption position on Board fullwidth slider*/
    #board .slideshow_align_caption {
    left: 340px;
    }
    /*change caption position on Testimonials fullwidth slider*/
    #testimonials .slideshow_align_caption {
    top: -150px;
    }
    /*change caption position on Submit fullwidth slider*/
    #submit .slideshow_align_caption {
    top: 40px;
    }
    /*set constant height for all fullwidth slider images */
    ul.avia-slideshow-inner {
    max-height: 450px;
    }
    /*set constant height for all mobile fullwidth slider images */
    @media only screen and (max-width: 768px) {
    .avia-slideshow-inner, .avia-slideshow-inner img {
    height: 420px !important;
    margin-bottom: -60px;
    }
    /*adjust width of mobile fullwidth slider images */
    .av_slideshow_full li img {
    width: 230% !important;
    max-width: 230% !important;
    margin-left: -25%;
    }}
    /*change heading case from upper to upper/lower */
    h1, h2 {
    text-transform: none !important;
    }
    /*change size of icon box title*/
    .iconbox .iconbox_content .iconbox_content_title {
    font-size: 20px;
    text-transform: none;
    }
    /*change subtitle color in testimonials*/
    .avia-testimonial-name {
    color: #fa6f3c !important;
    }
    /* reduce Team member photo size */
    .team-img-container img {width: 50%!important;
    }
    /* reduce Team member name size */
    .avia-team-member .team-member-name {
    font-size: 16px !important;
    }
    /* reduce Team member Description size*/
    .avia-team-member .team-member-description {
    font-size: 14px !important;
    }
    /* Job Title */
    .avia-team-member .team-member-job-title {
    color: #fa6f3c !important;
    }
    /* align Team member photo and name */
    .team-img-container img { float: left; }
    /*fill screen with web page*/
    .responsive .container {
    max-width: 100%;
    }

    in reply to: different caption position for each fullwidth slider #1305207

    Hi,
    I have set up a new page called “Testimonials”. In the developer settings for the fullwidth slider, the Custom Id Attribute is set to “testimonials” too. The following CSS has been added to the theme.
    /*change caption position on Testimonials’ fullwidth slider*/
    #testimonials.slideshow_align_caption {
    top: 5px;
    }
    However, when I test this out, nothing happens.
    Is there generic CSS that i an se to move the caption up/down/left or right?

    Thanks!!

    in reply to: Secondary menu height #1304762

    I worked it out…thanks

    in reply to: How do I Enable the Block Editor in Enfold? #1301319

    Hi,
    Is it possible to use access the features provided by the ALB (e.g. fullwidth slider or icons) when in block editor mode?
    I would like to make use of reusable blocks while still being able to use all of the great Enfold features.

    Thanks,
    Angela

    in reply to: Default Font Colors Explained #1301292

    Hi,
    Could you please tell me where the default colors are set for captions in the Fullwidth Easy Slider.
    I have set default colors in the Main Content area of the General Styling section within the theme. However, these colors are not used in the caption.

    Thankyou,
    Angela

    in reply to: Share this entry: How to format? #1130861

    Great! Thanks for your prompt help.

    in reply to: Share this entry: How to format? #1130566

    Actually, I don’t even mind if the pencil icon remains on the screen.

    I just want to ensure that the “Share this Entry” is always displayed at the bottom of the screen, for every post.

    in reply to: Share this entry: How to format? #1130564
    This reply has been marked as private.
    in reply to: Share this entry: How to format? #1130514

    Hi, “Share This Entry” will only display when the pencil icon is clicked in my posts.
    I would like to remove the pencil icon and always display the “Share This Entry”.
    However, when I use CSS to remove the pencil icon, the “Share This Entry” disappears.
    Please help! Thankyou, Angela

    in reply to: Shop Features #1075169

    Hi Victoria,
    Could you please tell me which plugins, apart from Woocommerce, you recommend?
    Thankyou,
    Angela

    in reply to: Twitter bot working #1008652

    Hi,
    Thank you for the incredibly quick responses to my questions!!

    For anyone experiencing this this problem: A widget is no longer required for Twitter. Go to https://publish.twitter.com, type in your Twitter url and choose the desired layout of your Twitter feed. Code will be generated that can be pasted into the html for your website.
    Kind Regards,
    Angela
    .

    in reply to: Twitter bot working #1008308
    This reply has been marked as private.
    in reply to: fullwidth easy slider change height of image for mobile #1001050
    This reply has been marked as private.
    in reply to: special heading centre #993063

    Hi,
    I realise that I can center the special heading using Heading Style Modern. However, I don’t want to use this, I want to use thee default style.. How can I center the special heading using CSS.

    Also, I have changed the color of the heading (H3) in Advanced Styling but these changes are not shown.
    Please reply as soon as you can because this problem is delaying my work.
    Thankyou!

Viewing 30 posts - 1 through 30 (of 57 total)