Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Can you check the site with other systems other than MAC? It seems something strange happen. Can you try this, disable all plugin and try it out.
If both fails, let me know, I will let know the developer.
Thanks,
laranz.Hi,
Everything is possible. But that thing is beyond the support scope. I will link you to a easy follow up tutorial, you can add it by your own. http://wp.tutsplus.com/tutorials/wordpress-theme-development-training-wheels-lesson-3/
Let me know, what you got.
Thanks,
laranz.Hi,
Try this in Custom CSS in Theme Options
#top-bar{ border-bottom: none !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
The formatting here won’t work, So check this link for answer.
https://gist.github.com/laranz/51d9759353a422bcc54d
Let me know, what you got.
Thanks,
laranz.Hi,
1. For simplicity, you can use something like this..
In the Impact and button element, give an extra class name as newcolor, then in Custom CSS do this
.newcolor a.sf-button{
background: red !important;
}2. Accent color refers to color you set using the customizer.
3. you can follow the first step, add each new color in the Custom CSS then use that in the extra class name.Let me know, what you got.
Thanks,
laranz.Hi,
Try this in Custom CSS
#footer h5{ font-size: 20px !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
You are doing right, that is work for me..
Try this
[button colour="black" type="rounded" size="large" link="skype:SKYPEUSERNAME?call" target="_self]Call me on Skype[/button]
Let me know, what you got.
Thanks,
laranz.Hi,
Can you give a URL to that site?
Thanks,
laranz.Hi,
For me its working on the latest version of chrome on Windows. Can you see any js errors are something strange?
Is it working before or it stop working after you did something like any plugins, code changes?
Can you give me the WP Login details using “Set as private reply”, so I can check and forward this to the developer if that is a real error.
Thanks,
laranz.September 6, 2013 at 11:12 pm in reply to: How to create a DICTIONARY in alphabetic order from portofolio carousel #20386Hi,
Open up includes\swift-framework\sf-content-display\sf-portfolio.php
in line #38 – #52 there is a query formation, you can add orderby to that http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
PS: Back the thing before you edit, if something went wrong you can change it back.
Let me know, if you are in any trouble..
Thanks,
laranz.Hi,
Can you point me to the area you want this to be done. probably in the demo or your website. So I can spot the area and help you.
Thanks,
laranz.Hi,
Add this in Custom CSS
.excerpt{ display: none; }
Let me know, what you got.
Thanks,
laranz.Hi,
Can you show me the Website URL?
Thanks,
laranz.Hi,
We have separate functions for excerpts like function excerpt around #1184 in functions.php and function custom_excerpt in line #1210 in functions.php If you want them to affect globally go to that function and inside that assign the $limit to your desired value.
Or if you want in a particular place like the post carousel or recent posts or somewhere, let me know which place I can let you which place to edit the value.
Hope this helps.
Thanks,
laranz.Hi,
You need to go to woocommerce\myaccount\form-login.php
Thanks,
laranz. -
Posted in: Reply To: login / register form