Digital experiences for all disciplines
Forum Replies Created
-
-
September 8, 2013 at 11:09 pm in reply to: make my theme width of 960 instead of current 1170 #20573
Hi,
Did you try boxed layout in Theme Options -> General Options -> Page Layout?
Thanks,
laranz.September 8, 2013 at 11:05 pm in reply to: How to create a DICTIONARY in alphabetic order from portofolio carousel #20572Hi,
This
$portfolio_args=array( 'post_type' => 'portfolio', 'post_status' => 'publish', 'paged' => $paged, 'portfolio-category' => $category_slug, 'posts_per_page' => $item_count, 'tax_query' => array( array( 'taxonomy' => 'portfolio-category', 'field' => 'id', 'terms' => array( $exclude_categories ), 'operator' => 'NOT IN' ) ) );
to
$portfolio_args=array( 'post_type' => 'portfolio', 'order' => 'ASC', 'orderby' => 'title', 'post_status' => 'publish', 'paged' => $paged, 'portfolio-category' => $category_slug, 'posts_per_page' => $item_count, 'tax_query' => array( array( 'taxonomy' => 'portfolio-category', 'field' => 'id', 'terms' => array( $exclude_categories ), 'operator' => 'NOT IN' ) ) );
Yes it will affect all the portfolio.
Thanks,
laranz.Hi,
Glad you fix your first problem.
Try this for the second one, in Custom CSS in Theme Options.
.products li { overflow: hidden; } .products li:hover img{ -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
Let me know, what you got.
Thanks,
laranz.Hi,
I go to https://www.paypal.com/cgi-bin/webscr?cmd=_donate-intro-outside and click create button and copy the code and take a text widget in Swift Builder, and click edit text and put that inside the editor (in Text Mode not visual mode) click save, and Publish the page. All looks ok, even after so many edit.
Can you try this way?
Let me know, what you got.
Thanks,
laranz.Hi,
Glad you found it useful 🙂
Let me know if you have any other questions.
Thanks,
laranz.September 8, 2013 at 10:24 pm in reply to: Change the content on a single-product page and checkout? #20565Hi,
Glad it helps 🙂
Let me know if you have any other questions.
Thanks,
laranz.Hi,
Can you send a direct link, what you tried?
For thumbnail cut off, try this Go to Woocommerce -> Settings -> Catalog tab -> Scroll down Image Options -> Catalog images, try change width 270, height 320. And then remove and reupload that product thumbnail alone, if worked later you can use thumbnail regenerate plugin to regenerate the thumnail.. Let me know the result…
Thanks,
laranz.Hi,
They are in sequential only, Try to change that to ordinary blog layout it will display in sequential.. but this is how masonry works,
It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall.
Hope this helps.
Thanks,
laranz.Hi,
You mean, when you click lillies and bay.
There is no previous porfolio, and the next portfolio will be tumbled. You wanna display like that?
But unfortunately, this is how WordPress “next_post_link” and “previous_posts_link” displays links “next_post_link” will display the next post which exists in chronological order from the current post.
You can refer this codex pages: http://codex.wordpress.org/Function_Reference/next_post_link, http://codex.wordpress.org/Function_Reference/previous_posts_link
Hope this helps.
Thanks,
laranz.Hi Craig,
You mean, you want to display full posts in the blog page?
Thanks,
laranz.Hi,
Yes!
Try this.
#nav-search input{ color: green; }
Let me know, what you got.
Thanks,
laranz.September 8, 2013 at 9:21 pm in reply to: color customizer > color-body > link text changes side navigation menu text colo #20551Hi,
Yes that will change all the body link color, the widget is also inside the body, so it will eventually change.
Put this in Custom CSS to change the page link color, by leaving the widget link color
.page a { color: blue !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
Did you try manually split the content using more tags? Did you follow the things I said in the previous posts?
Thanks,
laranz.Hi,
See the attached image, Did you see the Sliders in the WordPress Admin Dashboard? Make sure you are login with the admin account.
or directly access the page like this.
http://www.urwebsite.com/wp-admin/edit.php?post_type=slide
Let me know, what you got.
Thanks,
laranz.Hi,
Sure. You are using Neighborhood theme right?
Thanks,
laranz. -
Posted in: Reply To: shortcode flex slider