Gabriel
Forum Replies Created
-
The calendar-small.php has ‘month_start’. Currently under EM – Settings – Formatting – Calendar – Small calendar – month format = F j, y
<td class="month_name" colspan="5"><?php echo ucfirst(date_i18n(get_option('dbem_small_calendar_month_format'), $calendar['month_start'])); ?></td>
Im trying to get the Calendar heading to show the current day example: Today’s Date is the “23”. However it seems to default to the first of the month.
I wanted to have the current date display each day going forward.
Forum: Themes and Templates
In reply to: [Forceful Lite] Kopa Weather Widget not displaying properlyAdd all the correct Kopa widgets to the widget areas in the Theme options to make it work. If no widgets are added the layout will not look the same. This theme is currently working if you need any help just message me. ??
Forum: Themes and Templates
In reply to: [Forceful Lite] Kopa Weather Widget not displaying properlyInstalling Awesome Weather widget should make it work. Then just style it in your child theme.
Forum: Reviews
In reply to: [Arcade Basic] Arcade Basic is awesome.Stopped by your site and was looking around.
Great content! I like the way you customized the Arcade theme and monetized.Best of luck with your site!
@mrkat just add it to the bottom of you style.css right after the } close rule set symbol.
However I would not add the code to the parent theme files because when there is an update you will lose all custom CSS.
Having said that the easiest way is to install this plugin
one-click-child-theme add the CSS to that and it will work.Or you can use Gunjan’s PHP code. As a last resort you can also use any text editor to save your CSS and back it up and install it over and over after every update.
Forum: Themes and Templates
In reply to: [Biznez Lite] change icon of "Our Client " on front pageYou can see the list of Elusive icons in your first css folder.
Appereance > Editor > theme files > CSS > elusive-webfont-ie7.cssScroll down to line 33 that is the start of all the despcriptions and inner HTML that is needed to add to your css.
Use the last 4 characters
example: “” to “\e0a7“
This will change the icon to your choice.Forum: Themes and Templates
In reply to: [Biznez Lite] TitlesSolved
Thank you for the great theme. I gave it 5 stars!
mrkat,
If you add this to your child theme you can get both logo and text.
.mobile_no{display:block;}
.mobile_no a { text-decoration: none;color:#fff;display:block!important;}Just change the color to match your theme
Forum: Plugins
In reply to: [SS Image Shortcode] how to insert my image in that short codeNo problem if you continue to have problems I will help you. The plugin works great as of 4-15-14.
Forum: Plugins
In reply to: [SS Image Shortcode] how to insert my image in that short codeSaketh Varma ,
Did you get the plugin to work I had similar issue and was able to resolve it by inserting the shortcode as instructed leaving out the image.
I then opened my media page in another tab and clicked the image I wanted to use. I copied the link of this image and went back to my page that had the shortcode in it.
Now the text that says “Past image here” click it and this will put your cursor in the editor delete the text.
Now in your editor click the add image or add media. This will add the image in the correct HTML format where your cursor was. If you notice it is inside the shortcode and press update.
It should work from here when you refresh your viewing page in the front-end.
Good luck!
Forum: Themes and Templates
In reply to: [Arcade Basic] "From the blog"Actually that will hide more than what I though.
I would go with c.bavota post instead.
By the way what line is that c.bavota in the CSS?
Forum: Themes and Templates
In reply to: [Arcade Basic] "From the blog"Hello Lindseynic,
I did this and it worked for me.
Go to your theme editor recommended your child theme but you can also add it to style.css.
Go to element
.pull left, line 6156
and add
display:none
it should hide the h1 title.Good luck
Forum: Plugins
In reply to: [Sticky Element] Tried different Id and classes with no luck.So I deleted the last plugin to get it back in Chrome.
Now I just have to figure what plugin is stopping it in FF.
Any suggestions?