Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
1. Custom CSS in theme options:
.wpb_accordion h3.ui-accordion-header a { background: #FF0000 !important; }
2. You’ll need to make sure your copy fits the accordion container. As with any site, if text reaches the end of its container, it will break onto the next line. Maybe try a soft return before ‘Macbook’ (with Shift+Enter)
Regards,
————————————————————————————————————
Cosmin
Support AssistantApril 2, 2013 at 8:21 pm in reply to: Breadcrumbs not linking if 'Show page title' is not selected #543Hi,
I’ve just tested it quickly and breadcrumbs actually do show up when “Show page title” is unchecked. Are you running the latest version of Flexform?
Example: http://s.icosmin.com/flexform/about-2/
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi Richard and thanks for the kind words 🙂
I’ll make a note to Ed to update the plugin in the theme, looks like some things we’re fixed in 2.3.4 (2.3.3 is what we have in Flexform).
Note: you can find the Revolution Slider zip file in flexform/includes/plugins. Our theme has that installer under Appearance, which simply installs that zip file.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
Centering can only be done relative to the container in which the slider exists, so that’s why it won’t center if the slider is bigger. (full width centering in the docs refers to full width pages). If you leave a link to your site, I’ll have a look and maybe I can find a workaround (can’t guarantee, but will do my best).
Regarding menus, have you set them in Appearance/Menus?
Regards,
————————————————————————————————————
Cosmin
Support AssistantHmm, just used “Stanley Avenue, Gillette, WY, United States” and seems to be working: http://s.icosmin.com/pinpoint/contact-alternate/
After saving the section in Page Builder, are you also updating the page?
Regards,
————————————————————————————————————
Cosmin
Support AssistantYou will need to edit a theme file, as the background scrolling can’t be changed with custom CSS added to the theme options.
Edit /wp-content/themes/pinpoint/css/custom-styles.css.php and find this line (282):
background: #fff url(<?php echo $body_upload_bg; ?>) repeat center top;
Replace that with:
background-image: url(<?php echo $body_upload_bg; ?>);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-color: #fff;
background-attachment: fixed;Save the file to server and test again. This will only apply to background images that you upload.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi Leon,
What version of the theme do you have? Also, try disabling and activating the theme again, see if that fixes it.
Regards,
————————————————————————————————————
Cosmin
Support Assistant@eduturns – thanks so much for being awesome! Really!
@roemer – it’s very detailed above and yes, in general, if you want to see how things are done in the demo, go ahead and import the demo content XML. It will help you understand the Page Builder much faster 😉Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
For each post, you need to scroll down and set the post thumbnail (not featured image).
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi Aal,
Can you please link to your site so that I can have a look? At first sight, I would say it can either stay like that, flowing over the slider, or maybe we can have it push the slider down, though that would create a lot of whitespace on the right side and will tend to unbalance the design.
Is adding some CSS to shrink the image size an option for you?
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
Bootstrap is a layout framework and it normalizes styles for later handling. I see you’re using a plugin that doesn’t define any styling for labels, but this can be easily fixed with the following custom CSS in theme options:
.quiz label { display: inline-block !important; }
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
I think this depends on the video itself. See our demo page, it gets left/right black borders: http://themes.swiftpsd.com/flexform/shortcodes/images-videos-lightbox/
Now see my playground for Flexform, using a Videoplayer section with Page Builder: http://s.icosmin.com/flexform/about-2/
That also gets borders, as you can see. If you’ve set the Videoplayer to a bigger size, that might be the difference, as the embeds are smaller on page, compared to it.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
What version of the theme are you using? This has been fixed about 4-5 days ago.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
Sliders have their own “captions”, which is content defined for each slide. For images, it should work, have you tried it? (images inserted via classic editor or in a text module, that is).
Regards,
————————————————————————————————————
Cosmin
Support AssistantHallo Rico,
On our demo homepage, we have the blog post carousel and the blog modules inserted with the page builder; those will output those two sections.
You can choose to import the demo content XML file and you will get all the pages and posts just like we have them in the demo 🙂
Regards,
————————————————————————————————————
Cosmin
Support Assistant -