magen1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rife Free] open a work from Portfolio’s page in a lightboxI’ve tried to fill the “Alternative link” field in the “work detail” with a shortcode that supposed to open a page in a iframe using a lightbox but doesn’t work, that field only works with a real link.
- This reply was modified 5 years, 7 months ago by magen1.
@razyrx
no, I didn’t touch anything.
On my computers still not working :/
This is strange.Hello @razyrx
sorry, the url was expired.
Here is a new one (expire in 3 days): https://www.temporary-url.com/VKG02Z
Many thanks!Just discovered that even on Chrome for Android doesn’t works.
Chrome for iOS works.
Firefox for Andoid works too.Hi @razyrx
damn, so what happened!
The website is closed to the public but I’ll unlock for a little bit just to let you see.
Here is the link of a sample page: https://urlgone.com/f57f59/The only thing I did before everything stopped to works was just adding more “products” (is not a store, I just used woocommerce as a catalog).
Forum: Plugins
In reply to: [Rating System] Where is the feeback ?I don’t think there is one :/
Forum: Themes and Templates
In reply to: [i-craft] Business Template is not visiblewhat is the “business template” ?
Forum: Themes and Templates
In reply to: [i-craft] Responsive Phone ViewHi
header.php
<h3 class="menu-toggle"><?php _e( 'Menu', 'i-craft' ); ?></h3>
and style.css
search for “toggle”let me know
Forum: Themes and Templates
In reply to: [i-craft] Add menu/edit nav menuI DIDN’T TESTED! YOU CAN BREAK WP!
BACKUP FILES BEFORE EDITING AND BE SURE YOU CAN ACCESS THE SITE VIA FTP TO REPLACE THE ORIGINAL FILE IN CASE EVERYTHING GOES WRONGtry first with cart
backup header.php, then you should (I think) move:<div class=”header-iconwrap”>
<?php
global $woocommerce;
if ( in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) && empty($hide_cart) ) {
?>
<div class=”header-icons woocart”>
cart->get_cart_url() ?>” >
<span class=”show-sidr”><?php _e(‘Cart’,’i-craft’); ?></span>
<span class=”genericon genericon-cart”></span>
<span class=”cart-counts”><?php echo sprintf($woocommerce->cart->cart_contents_count); ?></span>
<?php echo icraft_top_cart(); ?>
</div>
<?php
}
?>
</div>right before
<?php endif; ?>
the second last line in your code copy/paste in OP
After this you should see a bad result because the CSS is not made to fit that line so you must to edit the corresponding css for cart box
I do not recommend itForum: Themes and Templates
In reply to: [i-craft] Add menu/edit nav menuThe cart and the serach are two “custom links” integrated in the header.php
https://gearup.aero/simworld/wordpress/wp-admin/theme-editor.php?file=header.php&theme=i-craftIf you add custom code in the theme core you’ll lose it after every update, unless you create a child theme.
Using the menu editor I told you before is a better way to preserve it through updates. Can’t understand what kind of menù you’re looking for, give me an example so I’ll see if is applicable by editor menù or you need to code.Forum: Themes and Templates
In reply to: [i-craft] Add menu/edit nav menuwait, you want to edit the existing menù ?
just go here: https://YOURWEBSITE/wp-admin/nav-menus.php
create a custom menu (or edit the existing one) and be sure the “theme position” checkbox is on “navigation menu”.You can find other theme tutorials here: https://templatesnext.org/icraft/?page_id=783
Forum: Themes and Templates
In reply to: [i-craft] Sidebar?uhmm
https://i.imgur.com/Uucci6V.png
Don’t know, I see the sidebar in the whole site, every page have it and it show correctly as the theme is.Can you provide a screenshot of what you see?
Forum: Themes and Templates
In reply to: [i-craft] Sidebar?Hi,
Did you have already updated the theme too?
The author released an update today.By the way, I see the sidebar in your website.
Forum: Themes and Templates
In reply to: [i-craft] WooCommerce 2.6.x – Strangeness appears!Perfect!
1) Columns issue fidex!
Thanks(I’ll update this topic if I found other strangeness)