Forum Replies Created
-
in reply to: Column Hyperlink Not Working
Sure thing, hopefully this fix can be pushed to the next version.
in reply to: Column Hyperlink Not WorkingI believe I figured out the problem:
\wp-content\themes\folie\includes\codeless_builder\shortcodes\cl_column.php
Is missing “echo” on line 46.
Edit: I tried pasting the code here but the forum was turning it into a hyperlink. Basically I added an “echo” to line 46 inside the href= bit, that fixed the problem.
<?php esc_url( $custom_link ) ?>
to
<?php echo esc_url( $custom_link ) ?>
in reply to: Outdated WooCommerce TemplatesI literally cant do this, sorry. All the sites I work on are private client sites I can’t allow others access to, so its unfortunate that this is generally needed for support tickets when the issues I am experiencing seem not to be unique, but issues with the theme files.
Based on what I understand the theme’s files need to be updated to have the latest template files from woocommerce, and until the theme itself is updated to reflect, I will need to manually update. So I will do that until the theme itself is updated.
in reply to: Oswald Font Weight 400 Not in DropdownUnfortunately is a private client site, cannot share credentials. I can confirm the theme and all plugins are up to date. Its only in the Customize menu (where various theme fonts are edited) the 400 weight for Oswald isn’t showing up.
Looking in SmartSlider (another area where font choices apply), it has the 400 option.
It does seem to *primarily* (not always) be the FIRST active anchor link on the page (so first ID from the top of the page that is linked to in the nav).
Current work around – adding new menu item that is anchored at top row on page, and targeting it in css to display none. Not ideal but hope this insight helps find the issue!
Thanks
K
in reply to: Suggest us FeaturesThe option to add custom classes to specific buttons would be helpful for using Google Tags and tracking specific button clicks. Not sure if this exists but I couldn’t find it.
in reply to: Custom Code ProblemLudjon – I installed the 1.3.3 update and custom code works now – thank you so much for fixing!!
in reply to: Custom Code ProblemWas this ever addressed or is there a fix? I am having what I believe is the same problem with the “custom code” element.
On Handel, instead of putting the custom code between [cl_custom_code] and [/cl_custom_code], like it does on Folie, it does it as [cl_custom_code code=”heres where it puts your code”]
The problem is this doesn’t allow you to put any actual code in… when you publish it gets ride of any brackets (so you cant do shortcodes) and any less-than and greater-than signs, so you cant do any actual code.
in reply to: Cant set blog style to "media"Okay so to confirm, there is no way to have that style applied on the actual posts page?