Forum Replies Created

Viewing 30 posts - 1 through 30 (of 95 total)
  • Author
    Posts
  • in reply to: Show all excerpts in magazine blog #1267236

    Hi Victoria,

    Thank for the terrific support! Truly the BEST WordPress theme. The level of support provided is unprecedented.

    Also, is it possible to show the comment count on the magazine element?

    Thanks!

    • This reply was modified 3 years, 5 months ago by Jen.
    in reply to: Show all excerpts in magazine blog #1266634

    Hi Victoria,
    This is perfect! Thank you for the help. Curious to how this code you used fixed it and why the suggested code in Topic #1141312 didn’t work in my instance. Might help others resolve same issue in the future too. We can make the code public if you think it would help others, too.
    Thank you again!
    Nicole

    in reply to: Show all excerpts in magazine blog #1266421

    Hi Mike,

    Please don’t close. It hasn’t been resolved. My last reply indicated that I had recreated the folder structure as Victoria requested, in order for your team to login and see why excerpts are still not displaying on the magazine blog.

    Still an open issue.

    Thanks

    • This reply was modified 3 years, 5 months ago by Jen.
    in reply to: Show all excerpts in magazine blog #1264332

    Hello, I have recreated the folder structure in the child theme as requested. Thanks!

    in reply to: Show all excerpts in magazine blog #1262797

    Done. Copied magazine.php to the child theme. Thank you.

    • This reply was modified 3 years, 5 months ago by Jen.
    in reply to: Show all excerpts in magazine blog #1262454
    This reply has been marked as private.
    in reply to: Inline comment box cut off #1257098

    Hey Victoria, this worked perfectly. Wow. Thank you! It’s cutting off on the right side as well. I applied similar CSS for the right side but isn’t working.

    See example here > Discussion > comment icon for HIKE IN CHOCOLATE AND CANDY PRICES

    #top .wpd-inline-form-wrapper {
    left: 0;
    right: 0;
    }

    Extra thanks as this is an external plugin. Much appreciated.

    in reply to: PLEASE MOVE the "Reset All Options" button. Please! #1220875

    The KILL button is still located in the UI’s primary “execute” location….on every single page. That’s unfortunate.

    Suggesting users to actually go in and change code to hide the button is unreasonable. In addition, plugin or browser pop-up blockers prevent the warning from coming up. So, not a viable solution either. Have never seen this warning once.

    Come on Enfold. Your theme is a rockstar! This is a no brainer.

    in reply to: Header element not sticky on mobile #1179514

    Yes, thanks.

    in reply to: Header element not sticky on mobile #1179111

    That worked! But, of course it worked. You just know your stuff….. as always. Thank you!!

    in reply to: Header element not sticky on mobile #1178772

    HI Mike,

    That worked great on mobile but throws off vertical alignment for “nav_menu-2” on iPad portrait view.

    in reply to: Header element not sticky on mobile #1177889

    Hey Jordan, sorry you got to this ticket before I could update it. I just went hide the right side of the split menu plus the “&” symbol. It’s not essential on mobile. Thought that would be an easier solution. Only problem now is the nav links for the remaining menu (#nav_menu-2 ) containing the links About | Newsletter | Tools & Guides don’t click through on mobile and handheld.

    @media only screen and (max-width: 768px) {
    #nav_menu-2 {
        text-align: center!important; 
        width: 100%!important;
        position: sticky!important;
    }}
    
    @media only screen and (max-width: 768px) {
    #text-8 {     
        text-align: center!important;
        width: 90%!important;
        padding-top: unset!important;
        padding-bottom: 1%!important;
        padding-right: 1%!important;
        padding-left: 1%!important;
        position: sticky!important;
        float: none!important;
    }}
    
    @media only screen and (max-width: 768px) {
    #text-9 { 
        display: none!important; 
    }}
    
    @media only screen and (max-width: 768px) {
    #nav_menu-3 { 
        display: none!important; 
    }}
    
    @media only screen and (max-width: 768px) {
    #header_main:after { 
        display: none!important; 
    }}
    
    @media only screen and (max-width: 768px) {
    #header_meta { 
        display: none!important; 
    }}
    • This reply was modified 4 years, 3 months ago by Jen.
    in reply to: Conditional Menu on different Pages/Landingpage #1127971

    Yes, Zen Menu Logic is no longer working with this WP version.

    in reply to: Conditional Menu on different Pages/Landingpage #1127740

    What was the solution to this? Moderator’s response is blank. Tks

    in reply to: Multiple header menus for different pages #1127739

    Tried plugin Zen Menu Logic and it appears to no longer be working with recent WP update. Deprecated plugin.

    Any other suggestions for implementing a unique header nav menu on specific pages?

    in reply to: how to activate another menu for blog? #1127737

    As suggested, tried the plugin Zen Menu Logic and it appears to no longer be working with recent WP update. Deprecated plugin. Other suggestions or workaround for implementing a different nav menu on specific pages?

    in reply to: Anchor Links Not Scrolling to Tab Section Tabs #1117219

    Worked like a charm, Ismael.

    Enfold is easily the #1 WordPress theme out there because of this support. I’d buy it ten times over.

    Thank you.

    in reply to: Anchor Links Not Scrolling to Tab Section Tabs #1116781

    Again, the source is a manual link placed inside a Text widget.

    in reply to: Anchor Links Not Scrolling to Tab Section Tabs #1116777

    Yes, the code scrollToTab( ‘.avia-buttonrow-wrap a’, ‘click’ ); must to be replaced, but with what please? That was the question. Determining the correct selector hasn’t worked out in the past on this child theme. Broke my site following the last one. Trying to make sure I have it right before plugging in things.

    Tks

    in reply to: Anchor Links Not Scrolling to Tab Section Tabs #1116133

    Thanks for including the solution! I’m trying to route links in my footer to open a corresponding tab. As jan_behr kindly pointed out,

    The line
    scrollToTab( ‘.avia-buttonrow-wrap a’, ‘click’ );
    must be changed if a click in a menu or another element should trigger the action.

    What would the code be to open a tab from a link in the footer?

    For example, I have a page with 7 tabs on it. I’ve also placed the corresponding 7 in the footer. My desire is to have the footer links jump/scroll to the exact tab.

    Tks for the help in advance.

    • This reply was modified 4 years, 10 months ago by Jen.
    in reply to: Place search icon in Secondary Menu #1116131

    Outstanding! Perfect. Mike, you’re terrific. I’ve utilized a lot of your other support responses on here. You are clear, concise, and literally fix the problem straightaway. #1 Moderator in my book. Thank you!

    in reply to: Place search icon in Secondary Menu #1114909
    This reply has been marked as private.
    in reply to: Random content appearing #1113723

    UPDATE: Rogue text is now gone. Content alignment is fine. No clue how or why.

    Close and mark as resolved!

    in reply to: Random content appearing #1113721

    UPDATE: I turned on the Debug Mode, found the rogue text under another tab, deleted it, and that resolved the problem. But, turned Debug Mode off and it’s back! But, I can’t just leave Debug Mode on because it screws up the layout of some of the tab elements.

    • This reply was modified 4 years, 10 months ago by Jen.
    in reply to: Random content appearing #1113719

    No, nothing unusual when I created that Color Section. To be sure, I just deleted and recreated it from scratch with no luck.

    Odd that the rogue text is under the “Phone Consult” tab.

    Debug Mode is now activated. Hope you can see where the glitch is.

    Thanks,
    Nicole

    in reply to: Random content appearing #1113310

    Hey Rikard!

    It’s nothing to reproduce. You just view at the webpages provided to see the random elements.

    The first instance is here under the second-to-last tab – http://www.cja.staging.stanbrid.com/advertise/#shopsurvey – resolved itself overnight!

    There is a new instance now! Added new tab last night “Consulting”. View here – http://www.cja.staging.stanbrid.com/advertise/#consulting. Again, there is this random line of text apperaing. Just one sentence that starts.”It’s easy. We handle the recipient list…”. Bold orange font. 1/4 down the tab. Very odd. You can’t highlight/select it. Just floats. Appears in Firefox and Chrome. Oddly, it’s the same text that randomly appeared in the first instance but resolved itself last night.

    What does “the specificity of the selector” mean?

    Maybe the question can’t be answered: please rank them. Or, maybe developers can help?

    There are also statements otherwise – that css placement does matter – in responses from other moderators on other questions. I’ve read that the styles.css has precedence over the Quick CSS. And then some settings matter.

    Then it appears toggling on/off the setting | CSS file merging and compression | does have an impact as well per this support response. …here by Mike (Moderator).

    And another: “I disabled this setting in Performance -> CSS file merging and compression and now I see the custom.css file as the source file.”

    And here: “If you are using a child theme, typically when css is added to the child theme style.css and the css merging is on in the Enfold Theme Options > Performance > JS & CSS file merging and compression the merged file needs to be re-built by saving the theme options again. Sometimes the big blue button “save all changes” is not available to click, so try adding a blank space to the Quick CSS to active the button.”

    And here “Often if someone adds css into their child theme style.css via WordPress > Appearance > Editor > Child Theme > Stylesheet and then checks their site it seems that the css is not working, this is because adding the css this way doesn’t rebuild the merged files to add the new css. by Victoria (Moderator).

    I can’t be the only one confused by all of this, struggling with css, and wanting to use “best-practice” for Enfold. Would appreciate some clarity on it all. Steps or settings for best-practices, i.e, only add css here, turn this setting on, keep this off, hit the blue button when…?

    Tks

    • This reply was modified 4 years, 11 months ago by Jen.

    Indicating which are “from the theme” and which are “not from the theme” doesn’t help indicate hierarchy. I’ve read several places to keep “Enfold Theme Options > Performance > JS & CSS file merging and compression” turned off while developing the site.

    Then, another Moderator, Mike, wrote this

    “If you are using a child theme, typically when css is added to the child theme style.css and the css merging is on in the Enfold Theme Options > Performance > JS & CSS file merging and compression the merged file needs to be re-built by saving the theme options again. Sometimes the big blue button “save all changes” is not available to click, so try adding a blank space to the Quick CSS to active the button.”

    Here https://kriesi.at/support/topic/column-colors-dont-change/

    Now, totally confused and would imagine others are too who use the theme. Would appreciate a ranking of these as to employ best-practices on Enfold, or any other approaches.

    — General Styling > Quick CSS
    — Theme Editor > style.css
    — Customize > Additional CSS
    — CSS Hero, if installed

    in reply to: add custom font #1040980

    Having the same problem. What was the solution please?

    The font is called: Lemon Tuesday, but in the “Custom Font Manager” names it:
    Font: MACOSX (font-family: -macosx)
    normal: 400

    Uploaded filename is simply “LemonTuesday.zip”

    in reply to: Create two main menus #1040958

    Ok Victoria,

    I’m getting there….with a lot of struggles. Any other suggestions? Like, hide logo and main menu, then create page with 3-column table and use that as header?

    If the widget approach is best, few questions please:
    1) How do I get the right side “GiftTalk.org” to top align with the left?
    2) Need to drop the “&” symbol in between. The logo currently lands there. Suggestions. Can the logo be hidden or replaced with the example sites approach?

    .header-site.header-boagworld:before {
    font-family: sosaregular;
    content: ‘&’;
    font-size: 2em;
    width: 1em;
    position: absolute;
    left: 50%;
    margin-left: -.5em;
    top: 1.45em;
    color: #fff;
    }

    Thanks!

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