Abu Maryam
Forum Replies Created
-
Hi Vrunda,
The solution to disable the Post title using a custom CSS class (display: none) is working fine. This CSS class can be added (when needed) to the Post Grid and the Post Masonry. It works like an option to enable or disable the post title.
However, the solution that you offered for the offset in the functions.php is working but not as I prefered. When using your provided code to offset the post number, then all blocks for Post Grid and Post Masonry will have the offset as a default.
What I was looking for, is an option to use the offset when needed. I understand that this requires quite some time to code it correctly.
Thanks for your effort!
Regards,
Abu MaryamForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] How to add box-shadow to the blocksThanks a lot!!!
I actually forgot the dot (.) in the CSS styling.
It should be:.uag-new-class {
box-shadow: 5px 5px 5px;
}Greetings,
Abu MaryamForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] How to add box-shadow to the blocksHi,
I figured out how to do it.
For those who want to know, this is how I did it:– In each block there is an advanced option (at the bottom) to add an extra CSS class.
– Choose a name for your extra CSS class (for example: uag-new-class).
– In the admin section of WordPress go to Appearance >> Customizer.
– In the Customizer (at the bottom) add the Extra CSS class as:uag-new-class {
box-shadow: 5px 5px 5px;
}You can add any CSS property you like and you can use the same CSS class name for different blocks.
It would be really great if the box-shadow can be a customizable property in an upcoming version of the UAG-plugin.
Thanks a lot!
Really great plugin!!!Abu Maryam
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] How to add box-shadow to the blocksThanks a lot for your reply!
There are quite a lot of different UAG-blocks/elements were I would like to add the box-shadow effect. Unfortunately I don’t know the CSS-classes of the UAG-blocks to use the custom CSS.
If you could be so kind, you can help me to add the box-shadow to some of the most frequent used UAG-blocks: For example: SECTION, ADVANCED COLUMNS, INFO BOX.
It would be really great if the box-shadow can be a customizable property in a upcoming version of UAG-plugin.
Thanks for your incredible job!!!
Abu Maryam
- This reply was modified 5 years, 4 months ago by Abu Maryam.
Tareq, thanks for your reply for so far…
Can you please explain more in detail how to set up such a fallback form. I found the setting for this fallback form but I don’t know to set it up correctly.Please explain more in detail.
Maybe it’s useful for other users too.Thanks again.
Abu MaryamForum: Plugins
In reply to: [WP Job Manager] Export jobs to external site using XML@fourleafed, what do you mean by the built in export function (under Tools)? I can’t find that one.
Forum: Plugins
In reply to: [WP Job Manager] Export jobs to external site using XML@Mikejolly, your suggestion to export XML using the Indeed add-on seems very interesting. I will try that one for sure. Thanks!!!
I will let you all know when it works.
Forum: Plugins
In reply to: [WP Job Manager] Export jobs to external site using XML@fourleafed, this is not what I reqeusted. Please read my request.
Thanks Tareq!!!
Works great!
Hi Tariq,
first of all, great job you have accomplished!!!
About the succes message:
The redirection to the submitted post is not implemented yet (as far as I can see, but maybe I’m wrong). I read in some threads that the redirecton can be done manually (I tried that and it worked good).It’s a little bit confusing when a user gets an empty submit form after posting. In the dashboard the new post is certainly there.
Anyway, a succes message would be nice to have (just like after editing a profile or post).
Thank you for your effort!!!
Thanks Saloni for your clever fix!!!
Works great.Unfortunately in version 1.3.1 the problem of clicking twice to submit a post is still there.
Thanks Matcha!!!
Checking the Auto Play option in the Advanced settings (on the right side of the screen) made it all work automatically again for me.
Thanx!
Abu-Maryam
Hi,
For me the metaslider was still working after updating to WP 3.9, only the slider was not centered. In this forum i found out that it could be centered by adding a class.
.metaslider {
margin: O auto;
}While i had the coin slider selected i added the code mentioned above. Everything worked, the coin slider was centered and running automatically. But when i selected the other sliders, it seemed that they were centered but not running automatically. Only when after deleting the code mentioned above they started running again, but then the center alignment was gone.
Hope that this info can help to solve the problem of this topic.
Abu-Maryam
Forum: Plugins
In reply to: [Feature A Page Widget] Can I add this to somewhere other than the sidebar?Hi,
is it possible to add a feature of using shortcodes?
If it’s possible to refer to the created featured page(s) by a specific short code, then this would make it easy to place the short code any where you would like. This way you can get the featured page also outside the widgetized areas.I’m not sure if this feature is allready available in the Feature A Page Widget, but it would make things a lot easier.
Thanks for this widget.
Forum: Plugins
In reply to: [Advanced Featured Page Widget] Show contend using shortcode not with widgetAs I understand: there are no shortcodes available yet. Can’t wait for the shortcodes to be available (in the next release).
Maybe there is a workaround for placing the featured page widget in the homepage or other pages?
Can anyone help us out with this?B.t.w. Widget is working fine (in the sidebar).