-
Search Results
-
Hello!
Yesterday i’ve installed the Cafe Pro theme. Now i want to create a page with a shortcode, if i do there always is a sidebar containing all the pages i have. Even if i select the “Page no sidebar” template or, any other for that matter.
Also when i hit publish there’s always a red banner with “Publish failed” even though the page gets saved.
Please advise!
Ezra
I have 2 issues:
1 – How do I edit the shortcodes? Specifically Opening Hours and Time TableTime Table
[time_table]
[time_table_row title=”Yoga Classes” day=”Monday” start=”08:00 am – to – 06:00pm”]
[time_table_row title=”Indoor Cycling” day=”Tuesday” start=” 01:30 pm – to – 06:00pm”]
[time_table_row title=”Aerobics” day=”Wednesday” start=”09:00 am – to – 12:30pm”]
[time_table_row title=”Cardio Fitness” day=”Thursday” start=”09:00 am – to – 12:30pm”]
[time_table_row title=”Intro to Yoga” day=”Friday” start=”09:00 am – to – 05:00pm”]
[time_table_row title=”Fitness Intro” day=”Sunday” start=”01:30 pm – to – 02:30pm”]
[/time_table]
Opning Hours
[office_timing]
[office_time_row day=”Monday-Friday” start=”8:00am – 6:00pm”]
[office_time_row day=”Saturday” start=” 1:30am – 6:00pm”]
[office_time_row day=”Sunday” start=”Closed”]
[/office_timing]2 – The ‘Our Trainers’ section is not showing on the front page.
I did complete the steps as shown in the video with creating the pages. I made sure it’s listed in the Theme Options> Sections area.Theme – SKT Fitness Pro
url – http://www.insystonsolutions.com/customizedphitnessI´been having some issues with my site and some things are not working with this theme, I need please support with this:
I have problems with some sections of the home
http://yantrarelajacion.com/language/en/#
The links in section 1 have a shortcode that was directed to a form, it’s not working!The blog section at home (scroll down to find it) in English does not show my 1st post, in Spanish it does shows my first post, but does not show my 2nd post!…
-The links on the page “Services” also have a short code of a form but they are not working!
http://yantrarelajacion.com/language/en/services-3/-The links on the right side of “Plans and Rates” page do not work but in Spanish (“Planes y Tarifas”) is working fine!
http://yantrarelajacion.com/language/en/plans-and-rates/I have another problem with home, I made a multilingual web (spanish / english) and I copied every page and translated it and I did an english menu that is working fine, but I just can’t make the home page to be different in english and spanish, I made the laguage switcher at menu and is working fine with pages…I just need to be able to add differents pages (shortcodes) in the sections of each homepage, english and spanish, everything is working fine except this and the fact that I also need the permanent sections of this theme like Our Team – Procedures – Testimonials – Products, be also in both languages and when I go to languages settings and I activate the languages in this sections it erase everything I’ve done, all my information and posts in this sections, like Procedures and Our Team…
my admmin details are:
User: pauli818
password: Yantra818*Hi there,
I have a few questions for the SKT Stone theme.
1. Is there a way to remove the border around the Logo on the header?
2. I do not have the Theme Options and Shortcodes in the Appearance section and have installed everything as I should have when I first got the theme.
3. I created a ‘Our Team’ page using one of the shortcodes, which is fantastic and looks great.
However, if someone types the company website into google, they get a suggested page to click on (Called our team).
This then takes them to the page but without the shortcode effects and it looks like a blog post with my name as editor and a side bar (I have disabled sidebars on my pages)
However, I cannot locate this page to remove it from appearing as a page. I do not get the option to edit it, I only have one page names Our Team and am really confused as to what to do. Any help would be really appreciated!Thank you!
(The website name is app-ni.com)
Hi.
Im using your IT Solution theme. And using the flipcard shortcode. But on Iphone it wont flip over on click.
Its working fine on Android phones .I cant fint the error, maybe you have a solution for it..
you can fint the site here test.pdesign.nu
Hi
Where do I insert the shortcode for a specific button, If I want to display the button on a full width page.
When I insert the below shortcode into the page, it does not display the button, only the code, what am I doing wrong?
[su_button url=”#” size=”3″] Click me [/su_button]
and here is the link to the page
Ahoj, mám problém. Snažím sa spraviť šablónu pre kategórie článkov. Skúsil som použiť plugin SHORCODES pre kategóriu článkov.
[su_posts template="templates/default-loop.php" id="" posts_per_page="10" post_type="post" taxonomy="category" tax_term="MATERIALY" tax_operator="IN" author="" meta_key="" offset="0" order="DESC" orderby="name" post_parent="" post_status="publish" ignore_sticky_posts="no"]It works but I do not like the design of my articles. I would like to be the ORIGINAL latestnews shortcode design in Decor theme.
can you tell me how to look the file templates/default-loop.php ???
Original code `<div class=”su-posts su-posts-default-loop”><?php if ( $posts->have_posts() ) : ?>
<?php while ( $posts->have_posts() ) : $posts->the_post(); ?>
<div id=”su-post-<?php the_ID(); ?>” class=”su-post”>
<?php if ( has_post_thumbnail( get_the_ID() ) ) : ?>
<a class=”su-post-thumbnail” href=”<?php the_permalink(); ?>”><?php the_post_thumbnail(); ?></a>
<?php endif; ?><h2 class=”su-post-title”><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2>
<div class=”su-post-excerpt”>
<?php the_excerpt(); ?>
</div></div>
<?php endwhile; ?>
<?php else : ?>
<h4><?php _e( ‘Posts not found’, ‘shortcodes-ultimate’ ); ?></h4>
<?php endif; ?></div>
`My “work” to achieve design:
<?php function latestpostsoutput_func( $atts ){ extract( shortcode_atts( array( 'templat' => '', 'excerpt_length' => '', 'readmore' => '', 'template' => 'templates/default-loop.php', 'id' => '', 'posts_per_page' => '', 'post_type' => '', 'taxonomy' => '', 'tax_term' => '', 'tax_operator' => '', 'autor' => '', 'meta_key' => '', 'offset' => '', 'order' => '', 'orderby' => '', 'post_parent' => '', 'post_status' => '', 'ignore_sticky_post' => '', ), $atts ) ); $postoutput = ''; wp_reset_query(); $n = 0; query_posts( array( 'posts_per_page'=>$show, 'post__not_in' => get_option('sticky_posts') ) ); while ( have_posts() ) : the_post(); $n++; if( $n%2==0 ) $nomgn = 'last'; else $nomgn = ' '; if ( has_post_thumbnail()) { $large_imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); $imgUrl = $large_imgSrc[0]; }else{ $imgUrl = get_template_directory_uri().'/images/img_404.png'; } $postoutput .= ' <div class="news-box '.$nomgn.'"> <div class="news-thumb"> <a href="'.get_the_permalink().'"><img src="'.$imgUrl.'" alt=" " /></a> </div> <div class="news"> <a href="'.get_permalink().'"><h3>'.get_the_title().'</h3></a> '.wp_trim_words( get_the_content(), $excerpt_length, '...' ).' ; <a href="'.get_permalink().'" class="news-link">'.$readmore.'</a> </div> </div>'; $postoutput .= ''.(($n%2==0) ? '<div class="clear"></div>' : ''); endwhile; wp_reset_query(); return $postoutput; } add_shortcode( 'latestposts', 'latestpostsoutput_func' ); ?>Please help, I’m going to categorize
The original shortcode does not work
[latestposts show="2" excerpt_length="20" cat="" readmore="READ MORE"]I mean the division of cat = “”
Thank you for your answer and help


