X29
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oren] How does the portfolio home page decides to randomize?lovely. thanks @capitaine_moyen
Forum: Themes and Templates
In reply to: [Oren] How does the portfolio home page decides to randomize?ok,
that will be very difficult to track once you get hundreds of items..
I will try to hardcode instead.
Forum: Themes and Templates
In reply to: [Oren] Portfolio items not being cropped correctlyOne other thing on same trail…
The images are cropped but then they are shrinked by the html/css but this increases the load time.Can it be adjusted?
Forum: Themes and Templates
In reply to: [Oren] Portfolio items not being cropped correctlyThanks !
Forum: Themes and Templates
In reply to: [Oren] Change number of portfolio items on homthanks
right, is there a way to remove those then?
Uninstall the plugin and reinstall would help? or will the data remain in DB?
Thanks
Side note; the plugin should not be counting the scripts loading, right now the scripts are the ones showing on top of the list.
Forum: Plugins
In reply to: [Active Directory Integration] Weird emails of reset passwordForum: Plugins
In reply to: [Active Directory Integration] Admin notification emailWP 4.4.1 with ADI 1.1.8
For instance I had set “Excluded URLs list:/wp-admin/admin-ajax.php” and still adding them.
https://prntscr.com/9nntiwurl exclusion list
https://prntscr.com/9nnt8hNo, should I exclude the server IP?
Forum: Hacks
In reply to: Display different sidebars depending on current pagewhat about sub pages of the 405 (for example), how can I make so that it also calls the same sidebar
what about if I want to use the same page template but use the page ID to call different sidebars.
Also for the subpages for those pages.Forum: Themes and Templates
In reply to: Child theme can't override PatagoniaHi, I’m using Phenomenon theme and when I activate the child theme everything goes smoothly but it loads the parent css only.
My header.php had
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/reset.css" type="text/css" />
when I change to echo get_template_directory_uri(), it loads only the parent theme stylesheet, when I use echo get_stylesheet_directory_uri() it uses only the theme structure styles, but nothing on the inside (menu, post style,..). Really weird.
Any help please?Forum: Themes and Templates
In reply to: Header.php in a Twenty Ten Child ThemeHi guys,
what I’ve done was to copy the whole header.php to the heade.php of the child theme and then added the scripts I needed.
It works great, do you think this is the best way to do this?thanks
Forum: Fixing WordPress
In reply to: Help to remove "Must be logged in to reply" link in commentsI which I could do that, lol
I don’t know even how to start…