shapuleto
Forum Replies Created
-
Got it, thanks @joyously
Forum: Plugins
In reply to: [WP Review Slider] Facebook repeated reviewsHi again
I have added this CSS code to avoid displaying the extra listing of the FB reviews, if you take it out, you will see them.
I am also using Google Chrome btw.
As I mentioned before, the website is still on dev mode, for testing purposes that should do it, just to let you know about this probable issue/bug of the free version of the plugins.Thank you
.container > .content-box > #wprev-slider-2 {
display: none;
}Forum: Plugins
In reply to: [WP Review Slider] Facebook repeated reviewsSomething weird is happening, I created the second template, id 2 for FB reviews, the slide is now working (on the first row), but still having the list of all other FB reviews, you can see the website if I am not that clear …
Thank youForum: Plugins
In reply to: [WP Review Slider] Facebook repeated reviewsHi
Ok, that sound fair for the free version, we definitely are thinking in getting the pro version, once the website is finished.
Can we use two free versions, lets say TripAdvisor for a page and Facebook on a widget on the same page?Thank you for your fast reply
Forum: Fixing WordPress
In reply to: How to use wordpress customizer select optionsHi guys
I know this and old subject but I am just working on this and I have a small concern:
Is there any difference if instead of coding this
‘value1’ => ‘Yes’,
‘value2’ => ‘No’,I code this:
‘Yes’ => ‘Yes’,
‘No’ => ‘No’,
‘Not Sure’ => ‘Not Sure’ //I add this options because of the spaceWhen I put ‘valueN’ i get in the front end ‘valueN’
and when I use ‘Not Sure’ => ‘Not Sure’I have the value that I want to have, without having any issue (or control to do after getting the ‘valueN’, do you thinks is ok, I will not have any issue in the future?
So far is working good !!Thank you guys