Forum Replies Created
-
in reply to: Portfolio Preview not linking to Portfolio Item
Hi Akram,
That seems to have fixed it.
Thank you!
in reply to: Post Grid settings – narrow data source not workingApologies Mihaila, I am having problems with the plugin on a site not using a Codeless Theme.
thanks,
Zoe
in reply to: Post Grid settings – narrow data source not workingHi Mihaila,
Saving generally isn’t a problem. It is just the Visual Composer “Narrow Data Source” field that doesn’t seem to work. I need to have the post grid display just one category, but it displays all my blog posts. You can see this on https://duendebymadamzozo.com/the-arts/ where it is only supposed to show posts from “The Arts” but is showing everything.
in reply to: Equal Height option missing from Visual ComposerHi Mihaila,
I have added ftp credentials to my profile. The website in question is zpcreative.net.
My only concern is that if the parent theme is edited, then this will need to be repeated with every theme update right?
Thanks,
Zoe
in reply to: Equal Height option missing from Visual ComposerHi,
Firstly my support has not expired, I renewed it most recently on the 15, Feb 2017 – so I’m not sure why my account shows that it is. I’m also not sure why I should be paying for support when the above went unanswered for at least six months!?
Secondly, although I performed the above changes to my child theme and the check box became visible (but not functional), I can no longer see the Equal Height check box in Visual Composer.
Zoe
in reply to: Equal Height option missing from Visual ComposerOf course! Thanks :-)
I have done as you instructed and the Equal Height check box is now appearing, but not having any effect. I have recreated the row elements to no avail??
-
This reply was modified 9 years, 8 months ago by
zoe_meyer.
in reply to: Equal Height option missing from Visual ComposerThanks Mihaila – a couple more questions:
1. I haven’t played with php files before – should I be doing this in the parent or child theme?
2. Is there a similar fix for bringing back the Design Options for rows, so that I may change their padding? I’m finding huge gaps between rows.
Cheers,
Zoe
in reply to: Turn off Breadcrumbs on just one pageBrilliant! Cheers Kris :-)
in reply to: Revolution Slider and LayerSlider WP not updatingThanks Mihaila, this has resolved my issue.
in reply to: Center social icons in header widgetized areaThank you!
in reply to: Turn off Breadcrumbs on just one pageHi there,
I have the same problem, however adding the css above removes my entire header, not just the breadcrumbs??
Thanks,
Zoe
in reply to: Having trouble editing left side headerHello,
I have added a text widget to the “Header Widgetized Area”, however I cannot find where to change the text colour, size etc?
Thanks!
in reply to: Portfolio slider images blurryThis reply has been marked as private.in reply to: Portfolio slider images blurryThis reply has been marked as private.in reply to: Portfolio slider images blurryHello again,
Sorry to be so persistent, I’ve managed to reduce my site down to nothing more than a blank screen twice now attempting to rectify this problem!
I have removed coming soon mode so you can view the portfolio. I also found the code in the functions.php file as below. I don’t want to necessarily change the image size, just make my images fit the existing size so they view clearly. I believe I am using Portfolio 2, and adjusted my images to 460 x 275 accordingly only to make them look worse. I then changed them to the Portfolio 2 grayscale size 940 x 470 which saw an improvement, however I am still unhappy with how blurred they are e.g. <span style=”color: #666666; font-family: ‘Open Sans’, sans-serif; line-height: 24px; background-color: #f1f1f1;”> </span><span id=”sample-permalink” style=”color: #666666; font-family: ‘Open Sans’, sans-serif; line-height: 24px; background-color: #f1f1f1;”>https://zpcreative.net/codeless_portfolio/<span id=”editable-post-name” style=”font-weight: bold;”>corporate-identity-2</span>/</span><span style=”color: #666666; font-family: ‘Open Sans’, sans-serif; line-height: 24px; background-color: #f1f1f1;”> </span>
Could you suggest any way to improve this?
Thanks you!
add_image_size( ‘port3’, 600, 600, true );
add_image_size( ‘port3_grayscale’, 627, 470, true );
add_image_size( ‘port2’, 460, 275, true );
add_image_size( ‘port2_grayscale’, 940, 470, true );
add_image_size( ‘port4’, 600, 600, true );
-
This reply was modified 9 years, 8 months ago by