Forum Replies Created

Viewing 30 posts - 601 through 630 (of 738 total)
  • Author
    Posts
  • in reply to: 3.5 – Saving Changes Results in "-1" #607306

    Haven’t see any issues since the change. Looks like we can close this. Thank you!

    in reply to: Social Icons Side By Side #607305

    Good to go! Thank you!

    in reply to: 3.5 – Column Issues #605220

    My fault. Feel free to close ticket. Thank you!

    in reply to: 3.5 – Column Issues #604945

    Please look at the team page.

    in reply to: Urgent: 3.5 or 3.5.1 – Many Issues #604923

    Just stacked two icons in a column. Rather than appearing on top of the other…they are both side by side. Ugggggh!

    in reply to: 3.5 – Saving Changes Results in "-1" #604639

    Done. Hopefully it fixes the issue. Thank you.

    in reply to: 3.5 – Column Issues #604606

    Here you go.

    in reply to: 3.5 – Saving Changes Results in "-1" #604118

    Yes, happens on 3.5.1. Isn’t 3.5.1 just a Windows Phone bug fix?

    Windows 10. Chrome. Did not disable plugins, as this is not a constant issue.

    Ismael replicated the issue.

    in reply to: 3.5 – Saving Changes Results in "-1" #603963

    Also, you can’t do a page refresh. The only way to get out of it, for me, is to hit “back” or close the browser tab altogether.

    in reply to: 3.5 – Saving Changes Results in "-1" #603959

    This is still happening and is now happening for multiple websites. It’s not consistent, but when it happens…it’s very bad. I’m now saving my work constantly…while developing a page. Not the worst policy in the end, but if one forgets…OUCH!

    in reply to: HTML, CSS & JavaScript – What am I missing? #603955

    Thanks. This is not just about “Tabs”. This is about numerous features (e.g. tabs, hover effects, whatever) that I run across daily, that provide packed HTML, CSS and JS that can be added to a WordPress implementation.

    Following this post, I believe that the hard part has been answered and it’s just a path issue. To me, it sounds like someone is not willing/able to just tell me what the path is. I’ve given the exact details of what I’ve done so far. That’s whats disappointing.

    My strength is design but I’m obviously trying to learn. Otherwise, I would have just asked an open-ended question like “How do I add this HTML, CSS and JS?”. If people are trying…you help…at least that’s how I help people…even if it’s not “policy”.

    Thank you,
    Ryan

    in reply to: 3.5 – Background Image – Scale to Fit #603948

    Credentials provided.

    in reply to: HTML, CSS & JavaScript – What am I missing? #603340

    Yes, I’m well aware of the policy. However, I have helped people on here, when I’m not paid to do so and when it’s not specifically an Enfold/WordPress issue. It’s called community and it’s called paying it forward. While some are stronger in some areas, others are stronger in their respective areas.

    This makes me not want to help anyone on here. Sad.

    in reply to: 3.5 – Background Image – Scale to Fit #603326

    1. I already posted a link and credentials
    2. Border styling has no impact on this issue
    3. Setting background to Cover fills the White space – HOWEVER-
    4. This still does not solve the image getting cropped

    Unless I’m misunderstanding what this new feature (Scale to Fit) of 3.5 doesn’t work. Shouldn’t you be able to see an original image, stretched to fit the space?

    in reply to: HTML, CSS & JavaScript – What am I missing? #603312

    Thanks. Think I’m just going to give up on this. It doesn’t matter what path I put in…it doesn’t work. I’ve tried Relative Paths and Absolute Paths. I’ve tried online dev and local dev.

    The message board knows the locations of what I’m trying to call. If someone can tell me the EXACT PATH…great. Frustrated.

    \htdocs\wordpress\wp-content\themes\enfold-child\fonts\icomoon
    \htdocs\wordpress\wp-content\themes\enfold-child\js\cbpFWTabs.js

    in reply to: HTML, CSS & JavaScript – What am I missing? #603204

    I’m testing this locally, so I would think the relative path method is fine? I have the JS file at the following path and it’s not working.
    \htdocs\wordpress\wp-content\themes\enfold-child\js\cbpFWTabs.js

    Downloaded the demo. Here is what I have and it’s also not working.
    \htdocs\wordpress\wp-content\themes\enfold-child\fonts\icomoon

    Here is a snippet of what I have in Quick CSS.
    @font-face {
    font-family: ‘icomoon’;
    src:url(‘../fonts/icomoon/icomoon.eot?pvm5gj’);
    src:url(‘../fonts/icomoon/icomoon.eot?#iefixpvm5gj’) format(’embedded-opentype’),
    url(‘../fonts/icomoon/icomoon.woff?pvm5gj’) format(‘woff’),
    url(‘../fonts/icomoon/icomoon.ttf?pvm5gj’) format(‘truetype’),
    url(‘../fonts/icomoon/icomoon.svg?pvm5gj#icomoon’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    } /* Icons created with icomoon.io/app */

    in reply to: HTML, CSS & JavaScript – What am I missing? #602610

    @pako69 – Extremely grateful for your response. I’m a bit closer, but it’s still not looking anywhere near the demo. Here is what I did.

    1. CSS – Did a find (.content) and replace (.full-width-content)
    2. CSS – Did a find (.tabs) and replace (.full-width-tabs)
    3. CSS – Pasted new CSS into Enfold Quick CSS
    4. JS – I followed your “EDIT” by doing a find (this.tabs) and replace (this.full-width-tabs) on the cbpFWTabs.js file
    5. JS – Called the JS by adding the following to a Code Block

    <script src=”js/cbpFWTabs.js”></script>
    <script>
    new CBPFWTabs( document.getElementById( ‘tabs’ ) );
    </script>

    6. HTML – Added to a simple Text block

    I’m not sure how to do “Adjust also the path to @font-face according to your child theme path”, but I’ll keeping trying to figure it out. Guessing I need to download a font pack.? If so, not sure where it goes. /themes/enfold-child/fonts ???

    Regardless of the @font-face issue, the tabs are not taking shape at all.

    Maybe I haven’t done enough with functions.php. Here is what I have.

    function ava_custom_script() {
    wp_enqueue_script( ‘my-custom-script’, get_stylesheet_directory_uri().’/js/cbpFWTabs.js‘, array(‘jquery’), 2, true );
    }
    add_action( ‘init’, ‘ava_custom_script’, 100 );

    Thanks again,
    Ryan

    in reply to: Ninja Forms Conditional Logic in Enfold… #601284

    I’ve tried other local dev environments, but I got tired of fighting all of the different elements. InstantWP just works and I believe it is just for Windows. Never tried anything on the MAC OS side.

    in reply to: Ninja Forms Conditional Logic in Enfold… #601262

    Sounds like you’ve done enough development that I would defer to Enfold support re: the temporary switch. Do you have a test environment? If not, you can be up and running a test environment within a few minutes using InstantWP.

    I use InstantWP locally and then I have an online test environment that Enfold can connect to.

    • This reply was modified 8 years, 8 months ago by WP Turned UP.
    in reply to: 3.5 – Background Image – Scale to Fit #601251

    1. The “no border styling” makes things worse, adding thicker white space and adding NEW white space to the top of the image.

    2. You didn’t address the image failing to scale. Unless I’m misunderstading what Scale To Fit means to Enfold, my ORIGINAL image should appear the Color Section, SCALED to fit without cutting off any of the top, bottom, left or right of the image. As it is now, the image is cropped all around.

    in reply to: Ninja Forms Conditional Logic in Enfold… #601244

    When I use Enfold, I uninstall all themes except Enfold and Enfold Child. If you happen to have another theme installed (or are willing to install another one), perhaps you could try just flipping to a non-Enfold theme temporarily. After testing, then flip back to Enfold.

    in reply to: HTML, CSS & JavaScript – What am I missing? #601243

    Sorry, I really don’t understand your comment “Tab contents are hidden by default”. It wouldn’t make sense to show an empty page of “tabs” until triggered. Could someone please log in have a look?

    I have followed the steps @ismael provided, adding the JAVASCRIPT since your last comment. The page is still “blank”.

    1. Added HTML via a code block
    2. Added CSS via Quick CSS
    3. Added JAVASCRIPT to functions.php as shown below

    function ava_custom_script() {
    wp_enqueue_script( ‘my-custom-script’, get_stylesheet_directory_uri().’/js/cbpFWTabs.js‘, array(‘jquery’), 2, true );
    }
    add_action( ‘init’, ‘ava_custom_script’, 100 );

    in reply to: WordPress Enfold Tech-Support #601235

    Hello. Happy to help if you’re still looking for someone.

    in reply to: Ninja Forms Conditional Logic in Enfold… #600970

    @xmashiara – Have you tried disabling all of your plugins except any Ninja-form related plugins? If you do that and the Conditional Logic works, you could then enable each plugin one by one until you find the culprit.

    in reply to: HTML, CSS & JavaScript – What am I missing? #600913

    Updated to 3.5. The issue persists.

    in reply to: HTML, CSS & JavaScript – What am I missing? #600316

    This quick video shows me following the HTML and CSS portion of your instructions.

    Adding the CSS to Quick CSS or directly to the stylesheet causes the HTML content to disappear.

    This is done with fresh install of the latest version of Enfold. No plugins installed.

    I’m able to reproduce this on my local Enfold install (shown in video) and my online Enfold install. Feel free to log into the online version and tinker.

    Thanks,
    Ryan

    in reply to: HTML, CSS & JavaScript – What am I missing? #599344

    Appreciate the reply. However, you lost me with the Front Page and Static HTML stuff. I mean, I know what both mean by definition, but I don’t know how they relate to what I’ve said in this post.

    I’m not a developer, but I often come across elements like these “Tabs”, where they provide the CSS/HTML/JS and I’d like to learn the proper way to infuse them/use them with Enfold.

    What is the proper way to take elements like this, with the SOURCE code they provide and implement it with Enfold?

    Thank you,
    Ryan

    in reply to: HTML, CSS & JavaScript – What am I missing? #599309

    For the CSS, step #3 didn’t work. So instead, I just tried adding the CSS to the Enfold Child stylesheet. After I did that, everything on the page disappeared.

    Trying to teach myself this, but I’m stuck.

    in reply to: Enfold Showcase #598725
    in reply to: Windows Phone Support – Update #598507

    Hello. I care less about the Windows Phone support and more about Enfold’s next major update. I’m really hoping the Windows Phone issue does not influence the timing of the next release. I’ve had multiple clients not allow me to use Enfold because of the gap in releases. Please don’t shoot the messenger…it’s just something that’s really happening/being said in the field.

Viewing 30 posts - 601 through 630 (of 738 total)