Digital experiences for all disciplines
Forum Replies Created
-
-
Hi @francice,
To start off, please keep in mind that responsive designs are not testable by simply resizing your browser window; the theme has mobile and desktop breakpoints where the layout changes to fit the screen. These breakpoints are extremely well tested to work on any mobile device or desktop (the theme is using an open source layout framework built by the people that built Twitter).
Now regarding your issue, I’ve checked both your site and ours, with Chrome and Firefox, resizing in both browsers, but failed to see what you’ve attached. So, what browser is this happening for you in? Does it happen only when you slowly resize your window, or when you open your browser and navigate to the page, without resizing?
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
I honestly can’t find where you’ve inserted it, but it seems like it’s looking fine now? (tested with Firefox and Chrome)
Anyway, I went ahead and added it in Pinpoint Options/General options -> Custom CSS, just in case it starts acting weird again 🙂
Regards,
————————————————————————————————————
Cosmin – Support
Hmm, I don’t see it being added – did you hit Save?
If you did, then please do privately reply with admin login and I’ll have a look.
Regards,
————————————————————————————————————
Cosmin – Support
You have an option to not include social sharing, when writing a post.
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
Looks like something went wrong with the server while it was updating. Probably it took too long and it threw an error, because scripts in PHP have a time limit when executing.
Anyway, login via FTP and remove the flexform folder from wp-content/themes/
WordPress should activate a default theme and you can proceed to installing the theme again (download the latest version from ThemeForest).
Note that this will not affect your content or theme options. But, if you made changes directly in theme files, those will be gone (they would have been anyway, if you updated from the dashboard).
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
Instead of all that code, you can simply use this in the Custom CSS from the General theme options:
.page-content a { text-decoration: underline; }
Regards,
————————————————————————————————————
Cosmin – Support
Sure thing Antoine, happy coding 🙂
Regards,
————————————————————————————————————
Cosmin – Support
December 5, 2013 at 8:57 pm in reply to: Submenu goes 'lost' at the right side of my PC screen #35625Hi Gustav,
You need to add the code Melanie provided, in the Custom CSS box from the General theme options in WordPress.
Regards,
————————————————————————————————————
Cosmin – Support
Thanks for letting us know, closing as resolved 🙂
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
Can you privately reply with your WP admin login, so I can check how the portfolios are setup and try to help?
Regards,
————————————————————————————————————
Cosmin – Support
Hi Pete,
I think it would be better if you added each of your 6 sections, inside a text element. So you’d have 3 text elements per row, 6 in total.
Text elements use the framework’s grid system, so they should align properly. The way you have them now, 3 cols with content in them, won’t be possible to align very easily, if at all.
Regards,
————————————————————————————————————
Cosmin – Support
Cool, glad to hear that 🙂
Regards,
————————————————————————————————————
Cosmin – Support
http://support.swiftideas.net/forums/topic/revolution-slider-latest-version-2/
Scroll at the bottom.
Regards,
————————————————————————————————————
Cosmin – Support
Those strings are translatable as well, are you sure you didn’t miss any strings while translating? What did you use to translate the theme?
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
It’s not an image, it’s a font. (google FontAwesome)
The markup for the blog element is in includes/page-builder/composer/lib/shortcodes/blog.php
The type of icon to be used is defined at line 162 in there, which is:
$item_icon = "file-alt";
You can check the FontAwesome cheatsheet and replace with a different one (no need to add the fa- prefix). But note that the theme is not using FontAwesome 4, so not all icons are available. I have no idea where you can find the FontAwesome 3 cheatsheet, been searching for that myself.
Regards,
————————————————————————————————————
Cosmin – Support
-
Posted in: Reply To: Hover icon for posts?