Forum Replies Created

Viewing 30 posts - 121 through 150 (of 155 total)
  • Author
    Posts
  • I still don’t see it even after flushing my local cache and the site cache repeatedly. I see other changes, but that text is still very small for me.

    Screenshot in private content field.

    I am sure the problem must be on my end somehow. If you have any suggestions, let me know.

    in reply to: Text cutting off on tablet views #550035

    Hey Yigit,

    Thanks for the snippet, but I am still seeing 2 columns squished over to the left with titles being cut off.

    If you have any other suggestions, let me know.

    Thanks!

    in reply to: Enlarge theme button font size #550030

    Hey Yigit,

    Thank you so much for taking a look. I am unfortunately still not seeing the changes. A caching plugin is now enabled but it has been flushed many times and I am seeing other changes made since on the site but not this one– it looks fine on my mobile phone, but not on my 17″ screen.

    If you have any suggestions, let me know.

    Thanks!

    in reply to: Enlarge theme button font size #549232

    Text on the button still looks very small. Credentials are below, thank you so much for taking a look.

    Hi Rikard,

    It looks like screens over 767px wide are still transforming to all caps.

    • This reply was modified 8 years, 10 months ago by Julie.
    in reply to: Enlarge theme button font size #548336

    Hey Andy,

    Thanks for this, but it doesn’t seem to be changing it for some reason.

    Any other suggestions?

    The slider is on the home page at the bottom. Link to the page and a screenshot is below.

    The job title text is still tiny there, I just would like it to be a little bigger and the code has not changed that. It changed the size of the text on the grid view that appears on the Reviews page (link to that is also below), but not in the slider on the home page. (The text in the slider is bigger on mobile screens, but not on a regular 17″ screen.)

    • This reply was modified 8 years, 10 months ago by Julie.

    Hi,

    I added this but it still does not transform on wide screens.

    I would also like the animation to be the old version, where it floated down instead of zooming in from the left, and I would like the button color to be #4e81c9.

    Can you help?

    Thanks in advance,
    Julie

    This works in the grid view but doesn’t seem to have affected the widescreen views in the slider.

    Is there maybe a different selector for the slider specifically or something?

    Strangely, changing text-transform to none changes it on mobile views but not wider screens. Any idea how to fix that?

    Also, how can I make the background color of the button match the theme color (#4e81c9)?

    Last, with the most recent update, the default animation changed so now it zooms in from the left. I preferred the old animation, where it kind of floated down. How can I change that?

    Thanks for your help.

    in reply to: Alignment of elements in tablet views is off #541902

    Worked perfectly, thank you!

    in reply to: Footer layout/spacing questions #529270

    That works– thank you so much for your help!

    in reply to: Footer layout/spacing questions #528817

    Ok, top line and bottom line are now perfect– thank you so much! I knew it was something in there with the quote marks but did not know how to fix it!

    Last question: can I reduce spacing at bottom of each footer column on mobile view so it is the same as spacing between widgets in each column? I have 2 widgets in each column, on mobile views there is extra space between bottom text widget in column 1 and top text widget in column 2, and between bottom widget in column 2 and top widget in column 3.

    I found code to reduce footer padding but that reduces space between my added full-width column and the socket, not between footer columns.

    Thanks for any help you can give.

    in reply to: Alignment of elements in tablet views is off #526840

    They are stacked in narrow tablet view for sure, it is only in the wide view they are not – link to screenshot of wide view (1024px) using screenfly is below.

    If I need to request a screenshot from the client (who has a tablet), let me know.

    Thanks!

    in reply to: Alignment of elements in tablet views is off #526483

    Wow, Ismael– brilliant! That fixes everything except the footer text above the right logo in the wide tablet view.

    Is there anything we can do about that one last thing?

    If not, let me know and I will tell the client we need to shorten that text.

    Thanks a million!

    in reply to: How to change image color on hover #525775

    Wow, could not be any easier!

    Thanks so much for excellent support and prompt response.

    Best. theme. ever. :)

    in reply to: How to change image color on hover #525743

    Hi Yigit,

    Ok, I have substituted icons for the images. (May have to replace some with custom icons later, but that will take a little time.)

    I found this code in another thread and it works to change all to the same color: .
    av-icon-char:hover {
    color: red!important;
    }

    How can I designate a different color for each one on hover?

    Thanks so much for the help so far.

    in reply to: Alignment of elements in tablet views is off #525164

    Links to marked screenshots showing issues are below.

    Thanks!

    in reply to: Footer layout/spacing questions #524858

    Hi Ishmael,

    I used the exact code you provided, with the text I need added, so

    add_action(‘avia_before_footer_columns’, function() {
    echo “<div class=’flex_column’>* Send all correspondence to OSJ Charlotte Office</div>”;
    });

    and

    add_action(‘avia_after_footer_columns’, function() {
    echo “<div class=’flex_column’>Securities and Investment Advisory Services Offered Through: Crown Capital Securities, LP, 725 Town & Country Road, Suite 530, Orange, CA 92868. Member, FINRA / SIPC</div>”;
    });

    I would like to make top line text white, but when I make code:

    add_action(‘avia_before_footer_columns’, function() {
    echo “<div class=’flex_column’><span style=”color: #ffffff;”>* Send all correspondence to OSJ Charlotte Office</span></div>”;
    });

    I get error: Parse error: syntax error, unexpected ‘color’ (T_STRING), expecting ‘,’ or ‘;’ in /home/qbgblnnc/public_html/clients/awa/wp-content/themes/enfold-child/functions.php on line 13

    In bottom text line, I would like to hyperlink text “FINRA” to http://finra.org and text “SIPC” to http://sipc.org. But when I make code:

    add_action(‘avia_after_footer_columns’, function() {
    echo “<div class=’flex_column’>Securities and Investment Advisory Services Offered Through: Crown Capital Securities, LP, 725 Town & Country Road, Suite 530, Orange, CA 92868. Member, FINRA / SIPC</div>”;
    });

    I get error: Parse error: syntax error, unexpected ‘http’ (T_STRING), expecting ‘,’ or ‘;’ in /home/qbgblnnc/public_html/clients/awa/wp-content/themes/enfold-child/functions.php on line 17

    Apologies that I am not good with PHP, hoping you can tell me what to fix.

    Regarding separators:
    No separators have been added beyond what the theme does. Widget section is 6 text widgets in 3 columns. I put it in 3 columns so they stretch horizontally across the footer (if I put in 1 column, they fall vertically). Is there some other (better) way to get the desired effect?

    Sorry if I am not understanding the question.

    Thanks for your patience and help.

    in reply to: Footer layout/spacing questions #524591

    HI Ishmael,

    Thanks for this– works perfectly! Separators were to line up footer widgets when I had to have a separate text widget with that one line in the left column, those have now been removed.

    Last requests: I tried adding code to style text color of top line (I would like text to be white or same lighter gray as widget titles) and to add links behind FINRA and SIPC on bottom line (would like to link those to http://finra.org and http://sipc.org respectively), but got errors when I did so.

    How can I do that?

    Also, I am still seeing slightly larger space between columns, how can I reduce that so on mobile views, footer looks good?

    Thank you very much for excellent support. You are the best. :)

    • This reply was modified 8 years, 12 months ago by Julie.

    This works perfectly. Thank you so much for your help!

    in reply to: Footer layout/spacing questions #523777

    Please see below.

    in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #501111

    Will do, thanks!

    There is a bug report open with Yoast for this issue, posting the link here in case others have this same problem: https://github.com/Yoast/wpseo-woocommerce/issues/64

    in reply to: Full-Width Easy Slider caption location/appearance on mobile #500375

    Perfect– thank you so much!

    Last request: how can I apply this change only to slides 3, 4 and 5 on the home page?

    in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #500095

    Hi Ismael,

    So sorry about the difficulty accessing the site! Not sure what is causing the problem, but maybe it has to do with the site running on Cloudflare Flexible SSL?

    I have narrowed the problem down to something involving the Yoast Woocommerce SEO plugin – if I deactivate that, filters can again be cleared.

    I have opened a ticket with Yoast. If I need further assistance from Team Kriesi, I will add a comment and let you know.

    Thank you very much for your help so far.

    in reply to: Full-Width Easy Slider caption location/appearance on mobile #500047

    Hi Ishmael,

    Thank you for the info, but that does not seem to affect placement. I adjusted settings on bottom caption placement to get it up toward the top with this on all screens:
    .caption_bottom .slideshow_caption {
    top: 225px !important; left: -25px !important;
    bottom: auto !important;
    }

    So the following moves it up farther on mobile portrait view:
    @media only screen and (max-width: 480px) {.caption_bottom .slideshow_caption {
    top: 105px !important; left: -50px !important;
    bottom: auto !important;
    }}

    Is there another bit to add just to move just the bottom caption (but not the caption title) down? The top is perfect where it is, I just need to move the bottom text down.

    Thanks for any help you can give.

    Thanks very much for your help.

    in reply to: Full-Width Easy Slider caption location/appearance on mobile #499369

    Can I control the caption title and caption text separately? I would like to move caption titles (which are only a few words on one line) to the top of the screen and caption text (which is a little longer) to the bottom.

    in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #499362

    Login url has been moved– see private note below.

    in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #498422

    Hi Ismael,

    I have added only one function modification to the child theme related to a plugin that should not have affected this issue. It can be deleted if needed.

    Login details are below.

    Thank you for your help!

    in reply to: Full-Width Easy Slider caption location/appearance on mobile #498048

    To make it simpler:

    Code to adjust positioning of bottom caption on the site in general is
    .caption_bottom .slideshow_caption {
    top: 225px !important; left: -25px !important;
    bottom: auto !important;
    }

    Code adjusting caption positioning on wide view of mobile phone is
    @media only screen and (max-width: 767px) {.caption_bottom .slideshow_caption {
    top: 165px !important; left: -50px !important;
    bottom: auto !important;
    }}

    Those views are perfect.
    The only remaining problem is the narrow (portrait) view. How can I control the placement of the caption text separate from the caption title, so I can put the title up toward the top of the slider, and the text down toward the bottom?

    Hopefully that will be easier.

    I would also still like to know if I can change the navigation dots to white circles instead of black filled.

    Thanks!

Viewing 30 posts - 121 through 150 (of 155 total)